Skip to content

Commit

Permalink
change test_epd_l2 to load data from server
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashuwu89 committed Sep 24, 2023
1 parent d33da72 commit 12fccf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyspedas/elfin/tests/test_epd_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_epd_l2_hs_eflux(self):
trange=self.t,
probe=self.probe,
level='l2',
no_update=True,
no_update=False,
type_='eflux',
Espec_LCfatol=40,
Espec_LCfptol=5,)
Expand Down Expand Up @@ -231,7 +231,7 @@ def test_epd_l2_fs_nflux(self):
trange=self.t,
probe=self.probe,
level='l2',
no_update=True,
no_update=False,
fullspin=True,
PAspec_energybins=[(0,3),(4,6)],
)
Expand Down Expand Up @@ -271,7 +271,7 @@ def test_epd_l2_fs_eflux(self):
trange=self.t,
probe=self.probe,
level='l2',
no_update=True,
no_update=False,
fullspin=True,
type_='eflux',
PAspec_energies=[(50,250),(250,430)],
Expand Down

0 comments on commit 12fccf4

Please sign in to comment.