-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Use a fixture to close Matplotlib
figures in tests
#169
Conversation
Is there a reason why there is two |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
==========================================
+ Coverage 66.04% 66.38% +0.33%
==========================================
Files 25 25
Lines 2677 2677
Branches 421 421
==========================================
+ Hits 1768 1777 +9
+ Misses 793 788 -5
+ Partials 116 112 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It's just scoping. |
OK. IMO having a |
Use a fixture to close `Matplotlib` figures in tests. Co-authored-by: Chris Markiewicz <[email protected]>
2ff2689
to
1973f60
Compare
Agreed. However we still need fixtures for doctests. |
Use a fixture to close
Matplotlib
figures in tests.Resolves #168.