abstract pool
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user