We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4f5b commit 4716b4eCopy full SHA for 4716b4e
testing/functional_testing/moss/moss_test.py
@@ -38,6 +38,7 @@ def plot_output(self, run_dir: str, save_figs: bool, plot_dir: str):
38
plot_dir (str): plot directory to save the figures to
39
"""
40
print("Making plots")
41
+ plt.close("all")
42
43
# read in moss data
44
moss_dat = xr.open_dataset(os.path.join(run_dir, self.out_file))
0 commit comments