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

Method test_equal

xarray/tests/test_duck_array_ops.py:339–340  ·  view source on GitHub ↗
(self, arr1, arr2)

Source from the content-addressed store, hash-verified

337 ],
338 )
339 def test_equal(self, arr1, arr2):
340 assert array_notnull_equiv(arr1, arr2)
341
342 def test_some_not_equal(self):
343 a = np.array([1, 2, 4])

Callers

nothing calls this directly

Calls 1

array_notnull_equivFunction · 0.90

Tested by

no test coverage detected