Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assert ds errors in test_backends (#6122)
`assert ds0 == ds2` will always evaluate to True if the datasets have at least one data variable. Instead, xr.testing.assert_equal should be used to test data variable equality.
- Loading branch information