MCPcopy
hub / github.com/pydata/xarray / test_wrong_shape

Method test_wrong_shape

xarray/tests/test_duck_array_ops.py:347–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 assert not array_notnull_equiv(a, b)
346
347 def test_wrong_shape(self):
348 a = np.array([[1, np.nan, np.nan, 4]])
349 b = np.array([[1, 2], [np.nan, 4]])
350 assert not array_notnull_equiv(a, b)
351
352 @pytest.mark.parametrize(
353 "val1, val2, val3, null",

Callers

nothing calls this directly

Calls 1

array_notnull_equivFunction · 0.90

Tested by

no test coverage detected