-
Notifications
You must be signed in to change notification settings - Fork 97
Error on warnings when testing #620
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #620 +/- ##
=======================================
Coverage 99.91% 99.91%
=======================================
Files 59 59
Lines 2405 2407 +2
=======================================
+ Hits 2403 2405 +2
Misses 2 2
|
7793e06
to
ca35489
Compare
ca35489
to
66cfdd2
Compare
@@ -77,7 +77,7 @@ jobs: | |||
shell: "bash -l {0}" | |||
run: | | |||
conda activate env | |||
python -m pip install "zfpy>=1" "numpy<2" |
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 needed to avoid zfpy
trying to install a very old version of numpy. Instead, by installing the extra, it respects the minimum version of numpy supported by numcodecs.
4a4e4f1
to
71d905c
Compare
71d905c
to
3b98b3f
Compare
pre-commit.ci autofix |
Before #619, it would be good to convert test warnings to errors, so we can make sure there aren't any warnings being raised that we're not expecting.