-
Notifications
You must be signed in to change notification settings - Fork 4
Add dependence on libhdf5
and basic implementation class structure.
#304
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
Add dependence on libhdf5
and basic implementation class structure.
#304
Conversation
Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Will Graham <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #304 +/- ##
===================================
Coverage 24% 25%
===================================
Files 64 65 +1
Lines 3595 3627 +32
===================================
+ Hits 870 893 +23
- Misses 2725 2734 +9
☔ View full report in Codecov by Sentry. |
Basic class structure and some failing tests for TDD.
…se of stupid, not TDD.
I think this is a good first bite of the HDF5 stuff. Let's both review it. |
tdms/src/hdf5_io.cpp
Outdated
bool HDF5Base::is_ok() const { | ||
return true; | ||
// | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is aspirational and we may want to remove it.... @willGraham01 what do you think? Should we remove it here? Probably yes.
A cherry-pick of the first few commits of #250 for factorised review.
First part of (does not solve)
Supercedes