Skip to content

Commit

Permalink
fix typo 'mangetic'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 22, 2023
1 parent 0c3f0a6 commit 388f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarmach/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_solarmach_initialize():
assert sm.coord_table.shape == (1, 11)

assert np.round(sm.coord_table['Longitudinal separation between body and reference_long'][0], 1) == -39.9
assert np.round(sm.coord_table["Longitudinal separation between body's mangetic footpoint and reference_long"][0], 2) == 19.33
assert np.round(sm.coord_table["Longitudinal separation between body's magnetic footpoint and reference_long"][0], 2) == 19.33

# verify backwards compatibility: undefined coord_sys is interpreted as 'Carrington'
assert sm.coord_sys == 'Carrington'
Expand Down

0 comments on commit 388f1e5

Please sign in to comment.