(array, expected)
| 753 | ], |
| 754 | ) |
| 755 | def test_isnull(array, expected): |
| 756 | actual = duck_array_ops.isnull(array) |
| 757 | np.testing.assert_equal(expected, actual) |
| 758 | |
| 759 | |
| 760 | @requires_dask |
nothing calls this directly
no test coverage detected
searching dependent graphs…