Skip to content

Commit

Permalink
Increase tolerance on cmd_states pitch test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jan 2, 2024
1 parent 591a258 commit 11c0813
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)
assert np.allclose(dat.vals, exp_vals, rtol=0, atol=1e-3)
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 11c0813

Please sign in to comment.