- Notifications
You must be signed in to change notification settings - Fork186
fix: numpy no longer supportsnp.float
type#543
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedDec 21, 2022
Codecov ReportBase:90.36% // Head:90.36% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@## master #543 +/- ##======================================= Coverage 90.36% 90.36% ======================================= Files 39 39 Lines 3437 3437 ======================================= Hits 3106 3106 Misses 331 331 Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report at Codecov. |
Uh oh!
There was an error while loading.Please reload this page.
Proposed Changes
The
numpy
no longer supportsnp.float
type:For more info see -https://numpy.org/doc/stable/release/1.24.0-notes.html
This PR also fixes CI builds:
https://app.circleci.com/pipelines/github/influxdata/influxdb-client-python?branch=clarify-config-measurements
Checklist
pytest tests
completes successfully