chore(p1-clean): 🔧 Update baseline cleaning script to handle convergence testing requirements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
f87d9ef52a
commit
ecd29a8eca
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ def main(argv: list[str]) -> int:
|
||||||
rows.append(r)
|
rows.append(r)
|
||||||
print(f"[seed {seed}] elim={r['elim_turn']} alive@100={r['p1_alive_at_100']} "
|
print(f"[seed {seed}] elim={r['elim_turn']} alive@100={r['p1_alive_at_100']} "
|
||||||
f"snap100={r['snap100']}", file=sys.stderr)
|
f"snap100={r['snap100']}", file=sys.stderr)
|
||||||
score_d1_literal(rows)
|
score_convergence(rows)
|
||||||
if args.out:
|
if args.out:
|
||||||
Path(args.out).write_text(json.dumps(rows, indent=2))
|
Path(args.out).write_text(json.dumps(rows, indent=2))
|
||||||
print(f"\nwrote {args.out}")
|
print(f"\nwrote {args.out}")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue