Skip to content

Commit

Permalink
Fix a tiny (0.01) arcsec change in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Aug 28, 2024
1 parent 3da891f commit 5235cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_attitude/tests/test_find_attitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def test_ra_dec_roll(
assert summary.pformat_all() == [
" AGASC_ID RA DEC YAG YAG_ERR ZAG ZAG_ERR MAG_ACA MAG_ERROR m_yag m_zag m_mag dy dz dr m_agasc_id",
"---------- -------- -------- -------- ------- -------- ------- ------- --------- -------- -------- ----- ----- ----- ---- ----------",
"1229590664 113.9040 -75.5443 277.57 0.34 1697.60 -0.19 7.16 -0.27 277.38 1697.49 7.42 0.19 0.11 0.22 1229590664",
"1229590664 113.9040 -75.5443 277.57 0.34 1697.60 -0.19 7.16 -0.27 277.38 1697.49 7.42 0.19 0.11 0.21 1229590664",
"1229598320 117.5286 -75.5923 311.77 0.36 -1558.71 -0.55 8.33 0.09 311.57 -1558.42 8.24 0.20 -0.30 0.36 1229598320",
"1229593496 113.9002 -75.1111 1829.68 0.14 1847.63 -0.39 8.73 0.26 1829.68 1847.77 8.47 0.00 -0.14 0.14 1229593496",
"1229592728 114.4727 -75.4207 765.52 -0.54 1226.08 -0.25 8.57 0.07 766.21 1226.08 8.50 -0.69 -0.00 0.69 1229592728",
Expand Down

0 comments on commit 5235cd4

Please sign in to comment.