Skip to content

Commit

Permalink
fixing test regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Oct 10, 2022
1 parent 70d288c commit 72ced07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas/mms/tests/slice2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_hpca(self):
save_png='test_hpca_brst', display=False)

def test_hpca_trange(self):
trange = ['2015-10-16/13:06:30', '2015-10-16/13:06:40']
trange = ['2015-10-16/13:06:20', '2015-10-16/13:06:40']
mms_part_slice2d(trange=trange, probe='1', species='hplus', instrument='hpca', data_rate='brst', rotation='xy',
save_png='test_hpca_brst_trange', display=False)

Expand Down

0 comments on commit 72ced07

Please sign in to comment.