We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cba12 commit be07f64Copy full SHA for be07f64
xarray/tests/test_merge.py
@@ -243,9 +243,10 @@ def test_merge_attrs_drop_conflicts_non_bool_eq(self):
243
or falsy equality results as non-equivalent, dropping the attribute rather
244
than raising an error.
245
"""
246
- import numpy as np
247
import warnings
248
+ import numpy as np
249
+
250
# Test with numpy arrays (which return arrays from ==)
251
arr1 = np.array([1, 2, 3])
252
arr2 = np.array([1, 2, 3])
0 commit comments