Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 1, 2024
1 parent 4527c7e commit 25ff308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_iadc/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ def test_speed_05(self):
deltaP = time.perf_counter() - start_time
print("5 %7.2f %7.2f %5.0f%%" % (deltaC, deltaP, 100 * deltaP / deltaC))


if __name__ == '__main__':
unittest.main()

0 comments on commit 25ff308

Please sign in to comment.