Skip to content

Commit

Permalink
Revert change in test_cmd_states tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jan 18, 2024
1 parent 11c0813 commit 55c4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheta/tests/test_comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_cmd_states():
173.38189234,
]
)
assert np.allclose(dat.vals, exp_vals, rtol=0, atol=1e-3)
assert np.allclose(dat.vals, exp_vals)
assert type(dat.vals) is np.ndarray
assert np.allclose(np.diff(dat.times), 1025.0)
assert not np.any(dat.bads)
Expand Down

0 comments on commit 55c4676

Please sign in to comment.