Skip to content

Commit

Permalink
linter is still complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzgc committed Oct 27, 2023
1 parent 67c0066 commit 09bc269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_benchmark_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_dense_eri(molecule):
)
print(" Diff cycle count:", diff)
print(" Diff cycle count [M]:", diff / 1e6)
print("Estimated time of execution on Bow-IPU [seconds]:", diff / (1.85*1e9))
print("Estimated time of execution on Bow-IPU [seconds]:", diff / (1.85 * 1e9))
print(
"----------------------------------------------------------------------------"
)
Expand Down Expand Up @@ -94,7 +94,7 @@ def test_sparse_eri(molecule):
)
print(" Diff cycle count:", diff)
print(" Diff cycle count [M]:", diff / 1e6)
print("Estimated time of execution on Bow-IPU [seconds]:", diff / (1.85*1e9))
print("Estimated time of execution on Bow-IPU [seconds]:", diff / (1.85 * 1e9))
print(
"----------------------------------------------------------------------------"
)
Expand Down

0 comments on commit 09bc269

Please sign in to comment.