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

TST: failing to load pyart #5041

Closed
neutrinoceros opened this issue Nov 5, 2024 · 4 comments
Closed

TST: failing to load pyart #5041

neutrinoceros opened this issue Nov 5, 2024 · 4 comments
Labels
tests: running tests Issues with the test setup
Milestone

Comments

@neutrinoceros
Copy link
Member

The test pipeline on Jenkins appears to be broken as an ImportError is raised when trying to lazy-load pyart

https://tests.yt-project.org/job/yt_py310_git/8571/

I have reported the problem upstream ARM-DOE/pyart#1680
In the meantime we can add datatree as an optional requirement on our side as a temporary measure.

@neutrinoceros neutrinoceros added the tests: running tests Issues with the test setup label Nov 5, 2024
@neutrinoceros neutrinoceros added this to the 4.4.0 milestone Nov 5, 2024
@kmuehlbauer
Copy link

kmuehlbauer commented Nov 5, 2024

@neutrinoceros Heads-up, datatree was merged into xarray codebase recently.

To use xarray-datatree (as in the test) you would also need to pin xarray to <=2024.9.0 and xradar <=to 0.7.0.

xradar 0.7.0 has a pin for xarray <= 2024.9.0, uses old datatree from xarray-contrib/datatree
xradar 0.8.0 has a pin for xarray >= 2024.10.0, uses new datatree from xarray codebase

HTH

@neutrinoceros
Copy link
Member Author

marking this as a blocker since we cannot merge anything until there's at least a workaround for this issue

@chrishavlin
Copy link
Contributor

I can take a look at modifying the deps on the yt side to get tests to pass.

@neutrinoceros
Copy link
Member Author

fixed in #5042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests: running tests Issues with the test setup
Projects
None yet
Development

No branches or pull requests

3 participants