step print fix
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ def main() -> None:
|
||||
for i in range(steps):
|
||||
model.step()
|
||||
poly = model.R_bits[reg][bit]
|
||||
print(f"\n[Step {i}] R_bits[{reg}][{bit}] =")
|
||||
print(f"\n[Step {i+1}] R_bits[{reg}][{bit}] =")
|
||||
print(pretty_print(poly))
|
||||
|
||||
print("\n" + "=" * 50)
|
||||
|
||||
Reference in New Issue
Block a user