From 388f1e5fe96f00038abd74e4885f5161a97974ce Mon Sep 17 00:00:00 2001 From: jgieseler Date: Wed, 22 Nov 2023 10:20:05 +0200 Subject: [PATCH] fix typo 'mangetic' --- solarmach/tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarmach/tests/test.py b/solarmach/tests/test.py index 2fda77c..81db598 100644 --- a/solarmach/tests/test.py +++ b/solarmach/tests/test.py @@ -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'