ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

Fix dep warning #219

Closed dentalfloss1 closed 10 months ago

dentalfloss1 commented 10 months ago

Deprecation warnings should be gone. Notable is the change from np.int8 to np.uint8 in the ci4 datatype. One test failed because I was testing against numpy 1.25 and one of our tutorial files still requires numba, which is incompatible with numpy 1.25

jaycedowell commented 10 months ago

I noticed that a few of the CI tests failed so I'm rerunning them.

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (842e8f4) 65.39% compared to head (becbf48) 65.39%.

:exclamation: Current head becbf48 differs from pull request most recent head 78b78f0. Consider uploading reports for the commit 78b78f0 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #219 +/- ## ======================================= Coverage 65.39% 65.39% ======================================= Files 67 67 Lines 5840 5840 ======================================= Hits 3819 3819 Misses 2021 2021 ``` | [Files Changed](https://app.codecov.io/gh/ledatelescope/bifrost/pull/219?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LEDA+Collaboration) | Coverage Δ | | |---|---|---| | [python/bifrost/DataType.py](https://app.codecov.io/gh/ledatelescope/bifrost/pull/219?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LEDA+Collaboration#diff-cHl0aG9uL2JpZnJvc3QvRGF0YVR5cGUucHk=) | `66.89% <100.00%> (ø)` | | | [python/bifrost/block.py](https://app.codecov.io/gh/ledatelescope/bifrost/pull/219?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LEDA+Collaboration#diff-cHl0aG9uL2JpZnJvc3QvYmxvY2sucHk=) | `89.51% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.