abstract pool

This commit is contained in:
2026-04-21 16:36:13 +02:00
parent e5dcb7fe32
commit 0e1c67b7aa
2 changed files with 56 additions and 53 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def main() -> None:
print(f"\nRunning {steps} step(s), watching R[{reg}][{bit}]")
print("-" * 50)
model = Tea3Model(max_steps=steps)
model = Tea3Model()
for i in range(steps):
model.step()