Fix auto_close preventing image cache call#201
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #201 +/- ##
==========================================
+ Coverage 95.31% 95.34% +0.03%
==========================================
Files 2 2
Lines 256 258 +2
Branches 39 39
==========================================
+ Hits 244 246 +2
Misses 6 6
Partials 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I tried this patch with This is the test: |
Something very tricky happened here. No call to the fixture is expected due to However, because the plotter is not closed (hard to tell but maybe because of the Two options:
I vote for option 2 The conclusion is also that the current PR is not responsible of this failure. |
Option 2 seems more explicit. Let's go with that. |
akaszynski
left a comment
There was a problem hiding this comment.
LGTM aside from a nitpick.
Confirmed that this works. CI is green with the |
Closes #172