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 09bc269 commit e896274
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 @@ -91,12 +91,12 @@ def test_sparse_eri(molecule):
diff = (end - start)[0][0][0]
print(
"----------------------------------------------------------------------------"
)
)
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(
"----------------------------------------------------------------------------"
)
)

assert True

0 comments on commit e896274

Please sign in to comment.