Skip to content

Commit

Permalink
testing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jchilds0 committed Aug 2, 2023
1 parent b542330 commit 6d4d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/symplectic_basis/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def process_manifold(i: int):
string = "Failed"

with open("logs/links-" + str(i // 1000) + ".log", "a") as file:
file.write(f"Testing: {str(index)} {(10 - len(str(index))) * ' '} {str(label)} {(30 - len(str(label))) * ' '} {string} \n")
file.write(f"Testing: {str(i)} {(10 - len(str(i))) * ' '} {str(label)} {(30 - len(str(label))) * ' '} {string} \n")

return result

Expand Down

0 comments on commit 6d4d758

Please sign in to comment.