Skip to content

Commit

Permalink
Merge pull request #244 from spedas/eric
Browse files Browse the repository at this point in the history
fixing test regression
  • Loading branch information
ericthewizard authored Oct 10, 2022
2 parents 57588ed + 72ced07 commit e4a6fea
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 e4a6fea

Please sign in to comment.