mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-01 01:27:42 +00:00
fix: wrong variable test_eval.py (#846)
This commit is contained in:
@@ -112,7 +112,7 @@ class MLETestEval(TestEvalBase):
|
||||
mle_check_code = (
|
||||
(Path(__file__).absolute().resolve().parent / "eval_tests" / "mle_submission_format_test.txt")
|
||||
.read_text()
|
||||
.replace("<competition_id>", self.scen.competition)
|
||||
.replace("<competition_id>", competition)
|
||||
)
|
||||
workspace.inject_files(**{"test/mle_submission_format_test.py": mle_check_code})
|
||||
submission_check_out, submission_ret_code = workspace.execute_ret_code(
|
||||
|
||||
Reference in New Issue
Block a user