You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The CI tests are no longer passing because of the UnitsDataArray ufuncs test. This includes the master branch. This suggests that something in our CI build process has changed.
I took a peek at this but I couldn't figure anything out quickly. I can't reproduce here on my machine. Possibly this is a numpy or xarray version issue?
@mpu-creare I assigned you because you wrote the UnitsDataArray ufuncs code. @mlshapiro I also assigned you because I think you might have more familiarity with the TravisCI jobs.
Description
The CI tests are no longer passing because of the UnitsDataArray ufuncs test. This includes the master branch. This suggests that something in our CI build process has changed.
Steps to Reproduce
See a recent TravisCI build on any branch, including this rebuild of master.
Expected Behavior
np.std(a1)
should work, so that the tests should pass.Observed Behavior
The test_units::TestUnitDataArray::test_ufuncs test is failing:
Additional Notes
This seems to be the case on any branch for any version of Python.
Full excerpt from a build log:
The text was updated successfully, but these errors were encountered: