fix: parse + store
This commit is contained in:
@@ -27,7 +27,6 @@ def parse_objectives_and_store(logfile: LogfileSubmission) -> None:
|
||||
objectives = []
|
||||
deaths = []
|
||||
for idx, seed, ts in parse_objectives_from_logfile(logfile):
|
||||
print(idx, seed, ts)
|
||||
if idx in {"-", "DEBUG", "polylan-mod"}:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user