Skip to content

Commit

Permalink
only test values close, not exact
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Dec 14, 2023
1 parent f18e1b9 commit af6603b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_example/test_titers_as_expected.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
pd.testing.assert_frame_equal(
expected_titers,
actual_titers,
check_exact=True,
# atol=atol,
# rtol=rtol,
check_exact=False,
atol=atol,
rtol=rtol,
)

print("Titers are sufficiently similar.")

0 comments on commit af6603b

Please sign in to comment.