Closed samcunliffe closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
d32dddb
) 26% compared to head (12e2f1d
) 26%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Context/Description
Explicitly delete the
HDF5Base()
default constructor, and removeis_ok
.More details
This should ensure we never have a
nullptr
file_ member. It means anyHDF5{Reader,Writer}
must always have a file on disk. And [claim] we never need to do health checks andnullptr
checks.Documentation