Add all tests from previous days.

This commit is contained in:
Mikaël Capelle
2022-12-19 22:17:29 +01:00
parent fadb2a71c2
commit 3b9e9a2c8f
30 changed files with 306 additions and 3 deletions

View File

@@ -124,7 +124,6 @@ def run(blueprint: dict[Reagent, dict[Reagent, int]], max_time: int) -> int:
)
)
# this speeds-up the process and work but I am not 100% sure this is right
if "geode" in robots_that_can_be_built:
robots_that_can_be_built = ["geode"]
else: