> Edge Case Bug in Evaluator

Hi Everyone,

We've found a bug within the evaluator where it'll fail to run a submission if you have other folders than the solution folder in your submission. As a temporary workaround please ensure that your submissions only have a solution folder in the root directory. You can place extra folders within the solution folder.

Example (working) submission
airliftsolutionzip
-solution(directory)
-environment.yml
-postbuild

nonworkingairliftsolutionzip
-mymodules(directory) <-- remove this or move it into solution
-solution(directory)
-environment.yml
-postbuild

-Airlift Challenge Team

Posted by: ccafeccafe @ March 1, 2024, 6:13 p.m.

Just want to add to this, if you still have some issues (with the solution class not being found), use this directory format as well:

Example (working) submission
airliftsolutionzip
-airliftsolution (directory)
--solution(directory)
--environment.yml
--postbuild

Posted by: adelanovic @ March 1, 2024, 9 p.m.
Post in this thread