Skip to content

Commit

Permalink
Merge pull request #254 from sot/update-computed-pitch-test-vals
Browse files Browse the repository at this point in the history
Update computed pitch expected vals for a regression test
  • Loading branch information
jeanconn authored Dec 11, 2023
2 parents 43985d4 + f363318 commit 0c7e1f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cheta/tests/test_comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c7e1f1

Please sign in to comment.