Skip to content

Commit

Permalink
Fix unit test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Jan 16, 2025
1 parent f1ec78d commit 4c8f51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unitarydirectexpansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_NN_wght_avg(self):
assert len(set_of_curves) == 5

# Check normalization
assert round(set_of_curves[0].evaluate(19.44, 35), 2) == 1.0
assert round(set_of_curves[0].evaluate(19.44, 35), 2) == 0.99
assert round(set_of_curves[1].evaluate(19.44, 35), 2) == 1.0
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
Expand Down

0 comments on commit 4c8f51c

Please sign in to comment.