Skip to content

Commit

Permalink
Update test_examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Sep 25, 2023
1 parent 03931a2 commit fa59b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plotting/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

def test_earthquakes(verify_image_cache):
"""Test earthquakes example."""
earthquakes.main(off_screen=True, verify_image_cache=verify_image_cache)
plotter = earthquakes.main(off_screen=True)
plotter.show()

0 comments on commit fa59b58

Please sign in to comment.