mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 02:37:44 +00:00
feat: Iceberge competition (#372)
* Relevant files fixed * Make the entire system run * Fix CI * refine the template --------- Co-authored-by: WinstonLiye <1957922024@qq.com>
This commit is contained in:
@@ -27,7 +27,7 @@ class TestTpl(unittest.TestCase):
|
||||
ws.execute()
|
||||
success = (ws.workspace_path / "submission.csv").exists()
|
||||
self.assertTrue(success, "submission.csv is not generated")
|
||||
ws.clear()
|
||||
# ws.clear()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user