diff --git a/cheta/tests/test_comps.py b/cheta/tests/test_comps.py index 1a8f2d72..c9109648 100644 --- a/cheta/tests/test_comps.py +++ b/cheta/tests/test_comps.py @@ -195,14 +195,14 @@ def test_cmd_states(): dat = fetch_eng.Msid("cmd_state_pitch_1000", start, stop) exp_vals = np.array( [ - 55.99128956, - 55.8747053, - 55.8747053, - 90.66266599, - 159.06945155, - 173.11528258, - 173.11528258, - 173.11528258, + 56.25598271, + 56.13939258, + 56.13939258, + 90.92793519, + 159.33549823, + 173.38189234, + 173.38189234, + 173.38189234, ] ) assert np.allclose(dat.vals, exp_vals)