Skip to content

Commit

Permalink
Reverted inadvertent commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Oct 8, 2024
1 parent 69849a7 commit 9a5495a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyspedas/utilities/tests/plot_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,5 @@ def test_psp_flux_plot(self):
tplot('E_Flux',display=global_display, save_png='psp_E_Flux')
timespan('2007-03-23',1,'days') # Reset to avoid interfering with other tests

def test_geopack_support(self):
import pyspedas
trange=['1997-09-01','1997-10-01']
pyspedas.kyoto.dst(trange=trange)
tplot('kyoto_dst')
pyspedas.omni.load(trange=trange)
tplot(['flow_speed', 'proton_density'])

if __name__ == '__main__':
unittest.main()

0 comments on commit 9a5495a

Please sign in to comment.