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:
Way2Learn
2024-09-28 01:32:35 +08:00
committed by GitHub
parent f7c1c4fd74
commit 89e6a48b19
6 changed files with 256 additions and 1 deletions
+1 -1
View File
@@ -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__":