telegraphic / hickle

a HDF5-based python pickle replacement
http://telegraphic.github.io/hickle/
Other
485 stars 70 forks source link

Fix for failing tests with numpy 1.24.1 #171

Closed EdwardBetts closed 7 months ago

EdwardBetts commented 1 year ago

numpy has removed numpy.float(), the solution is to use a regular float() instead

Debian bug report here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027194

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (1021b18) compared to base (1072e56). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 12 12 Lines 1093 1088 -5 ========================================= - Hits 1093 1088 -5 ``` | [Impacted Files](https://codecov.io/gh/telegraphic/hickle/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Danny+Price) | Coverage Δ | | |---|---|---| | [hickle/lookup.py](https://codecov.io/gh/telegraphic/hickle/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Danny+Price#diff-aGlja2xlL2xvb2t1cC5weQ==) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Danny+Price). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Danny+Price)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.