Skip to content
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

Fix other numpy 2 incompatibilities #584

Merged
merged 11 commits into from
Feb 16, 2024
Merged

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Feb 15, 2024

I need to build deps from github source with the unstable numpy and not in a sandboxed virtualenv. Passing --no-build-isolation should fix this.

  • Closes #xxxx
  • Tests added
  • Tests passed
  • Passes git diff origin/main **/*py | flake8 --diff
  • Fully documented

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (841fbf7) 93.99% compared to head (9c94b08) 93.99%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #584   +/-   ##
=======================================
  Coverage   93.99%   93.99%           
=======================================
  Files          92       92           
  Lines       13777    13777           
=======================================
  Hits        12950    12950           
  Misses        827      827           
Flag Coverage Δ
unittests 93.99% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

coveralls commented Feb 15, 2024

Coverage Status

coverage: 93.656%. remained the same
when pulling 9c94b08 on djhoese:bugfix-unstable-ci
into df92fb9 on pytroll:main.

@djhoese
Copy link
Member Author

djhoese commented Feb 15, 2024

I'm down to one dask incompatibility with numpy 2 which I have a PR for:

dask/dask#10929

@djhoese djhoese merged commit 56da958 into pytroll:main Feb 16, 2024
26 of 27 checks passed
@djhoese djhoese deleted the bugfix-unstable-ci branch February 16, 2024 00:48
@djhoese djhoese changed the title Add no build isolation to unstable CI installs Fix other numpy 2 incompatibilities Feb 16, 2024
@djhoese djhoese added the bug label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants