Conversation
Codecov Report
@@ Coverage Diff @@
## master #8749 +/- ##
==========================================
+ Coverage 86.97% 86.97% +<.01%
==========================================
Files 399 399
Lines 59373 59384 +11
Branches 1100 1100
==========================================
+ Hits 51639 51651 +12
+ Misses 7093 7092 -1
Partials 641 641
Continue to review full report at Codecov.
|
pllim
left a comment
There was a problem hiding this comment.
This is much cleaner. Thank you!
p.s. In some of the tests, the close() calls could be done in such a way that they get called even if tests have failed farther up in the function, but that requires turning the function into a test class with teardown methods, which is a battle for another day. It was a close call (pun!).
|
@pllim - Yeah, but if some test fail it means that there is a more important issue ;) |
This removes almost all warnings in
io.fits, mostlyResourceWarning, but also a leaking file handle infitsheader. Ref #7928The remaining ones are: