Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji committed Jul 17, 2024
1 parent 86d6edc commit 5f63aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def test_live_plot(mock: MagicMock) -> None:
assert len(figure.axes) == 2
notify(EventTypes.Plot, plot_data)
print("Call close")
import matplotlib
print(matplotlib.get_backend())
plt.close(figure)
print("Finished close")
notify(EventTypes.Plot, plot_data)
Expand Down

0 comments on commit 5f63aa9

Please sign in to comment.