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
Note: The above link is accessible only to members of ASF.
Describe the bug
During assert_identical the following error occurs:
FAILED tests/test_autorift.py::test_golden_products - ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
Jira: https://asfdaac.atlassian.net/browse/TOOL-2962
Note: The above link is accessible only to members of ASF.
Describe the bug
During
assert_identical
the following error occurs:This is due to a fixed bug in xArray, see here: pydata/xarray#9153
The text was updated successfully, but these errors were encountered: