Skip to content

Commit

Permalink
Add data point to test to trigger bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoucasse committed Sep 5, 2024
1 parent 0196097 commit 06dc7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_spada.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
TEST_DATA = (
((0.128, 45.2, 8.5e1),(0.21263373, 1.68612613e+31, 1.74497354e+28)),
((1.113, 17.7, 3.2e3),(1.16581856, 6.81769993e+33, 7.95296357e+28)),
((0.9999, 1.0001, 1.0e4),(1.52531295e+00, 8.12513828e+33, 3.18153902e+28)),
((1.000, 1.00, 1.0e4),(1.526565e+00, 8.13136992e+33, 3.19921075e+28)),
)

@pytest.mark.parametrize("inp,expected", TEST_DATA)
Expand Down

0 comments on commit 06dc7c1

Please sign in to comment.