Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wan, Hanlong committed Oct 9, 2024
1 parent 81adb45 commit 2f0a4cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_unitarydirectexpansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,3 @@ def test_NN_wght_avg(self):
assert round(set_of_curves[2].evaluate(1.0, 0), 2) == 1.0
assert round(set_of_curves[3].evaluate(1.0, 0), 2) == 1.0
assert round(set_of_curves[4].evaluate(1.0, 0), 2) == 1.0


# Run the tests
import unittest

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

0 comments on commit 2f0a4cb

Please sign in to comment.