-
Notifications
You must be signed in to change notification settings - Fork 280
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
Comments
@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 HTH |
marking this as a blocker since we cannot merge anything until there's at least a workaround for this issue |
I can take a look at modifying the deps on the yt side to get tests to pass. |
fixed in #5042 |
The test pipeline on Jenkins appears to be broken as an
ImportError
is raised when trying to lazy-load pyarthttps://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.The text was updated successfully, but these errors were encountered: