Skip to content

Commit

Permalink
CI: tutorials close ALL figures
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 6, 2024
1 parent 5a4833e commit c490fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ def suppress_stdout():
print("Done.", flush=True)

# Make sure to close any open figures
plt.close()
plt.close("all")

print("All done.")

0 comments on commit c490fe9

Please sign in to comment.