ASFHyP3 / hyp3-testing

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Autorift Golden Tests are Broken #89

Closed AndrewPlayer3 closed 1 month ago

AndrewPlayer3 commented 1 month ago

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:

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()

This is due to a fixed bug in xArray, see here: https://github.com/pydata/xarray/issues/9153