Skip to content

Commit

Permalink
Merge pull request QuakeMigrate#51 from Ulvetanna/plot_fix
Browse files Browse the repository at this point in the history
Plot fix
  • Loading branch information
tmgreenfield1101 committed Sep 19, 2019
2 parents 9b6291a + d03c32b commit 4a2890d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion QMigrate/signal/scan.py
Expand Up @@ -2097,4 +2097,7 @@ def _optional_locate_outputs(self, event_mw_data, event, out_str,
self.output.write_coal4D(map_4d, event_uid, t_beg, t_end)
self.output.log(timer(), self.log)

del quake_plot
# only delete the quake_plot instance if it is initialised
if self.plot_event_summary or self.plot_station_traces or \
self.plot_coal_video:
del quake_plot

0 comments on commit 4a2890d

Please sign in to comment.