Skip to content

Commit

Permalink
TST: test for options
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Oct 29, 2021
1 parent b78117b commit e30e101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pysatMissions/tests/test_instruments.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def test_inst_cadence(self, inst_dict, kwarg, output):

@pytest.mark.parametrize(
"kw_dict",
[{'inclination': 13, 'alt_periapsis': 400, 'alt_apoapsis': 850,
[{'one_orbit': True},
{'inclination': 13, 'alt_periapsis': 400, 'alt_apoapsis': 850,
'bstar': 0, 'arg_periapsis': 0., 'raan': 0., 'mean_anomaly': 0.},
{'TLE1': '1 25544U 98067A 18135.61844383 .00002728 00000-0 48567-4 0 9998',
'TLE2': '2 25544 51.6402 181.0633 0004018 88.8954 22.2246 15.54059185113452'}
Expand Down

0 comments on commit e30e101

Please sign in to comment.