Skip to content

Commit

Permalink
Turning global display back off
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Oct 25, 2024
1 parent b7b9265 commit f705d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas/utilities/tests/plot_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytplot

# Set this to false for Github CI tests, set to True for interactive use to see plots.
global_display = True
global_display = False
default_trange=['2007-03-23','2007-03-24']
class PlotTestCases(unittest.TestCase):
"""Test plot functions."""
Expand Down

0 comments on commit f705d11

Please sign in to comment.