-
Notifications
You must be signed in to change notification settings - Fork 11
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
87 make hdf datasets always be float64 unless they are pcap bits #93
87 make hdf datasets always be float64 unless they are pcap bits #93
Conversation
83e47c5
to
fa3b730
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
==========================================
+ Coverage 97.08% 97.12% +0.04%
==========================================
Files 12 12
Lines 1200 1217 +17
==========================================
+ Hits 1165 1182 +17
Misses 35 35 ☔ View full report in Codecov by Sentry. |
@coretl Once this is merged I'll patch release since this fixes the numpy problems on main |
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.
Review the rest later..
Thus it will use a `uint32` datatype.
@coretl any takes on the 3.8 problem mentioned above? |
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.
One small change to tests, apart from that looks good
Closes #87
Also fixes the table packing error on main (probably due to the numpy update)
There are also places in tests where asyncio tasks aren't properly cleaned up (only shown with
export PYTHONASYNCIODEBUG=1
, but we should handle this in a different issue.We may also want to think about dropping
python 3.8
... The test failure there is from a docstring test, where numpy v2 (unavailable on 3.8) has a different output from numpy v1.24.