Skip to content

Commit

Permalink
extend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Aug 14, 2023
1 parent 7b8309b commit 1fb709f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarmach/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def test_solarmach_initialize():


def test_solarmach_get_sw_speed():
body_list = ['STEREO-A', 'BepiColombo']
body_list = ['Earth', 'STEREO-A', 'BepiColombo']
date = '2021-10-28 15:15:00'
sm = SolarMACH(date=date, body_list=body_list)
sm = SolarMACH(date=date, body_list=body_list, coord_sys='Stonyhurst')
assert np.round(sm.coord_table[sm.coord_table['Spacecraft/Body']=='STEREO-A']['Vsw'].values[0]) == 365.0
assert sm.coord_table[sm.coord_table['Spacecraft/Body']=='BepiColombo']['Vsw'].values[0] == 400.0

Expand Down

0 comments on commit 1fb709f

Please sign in to comment.