(a, b)
| 2521 | c = da.from_array(z, chunks=(2, 3)) |
| 2522 | |
| 2523 | def assert_eq(a, b): |
| 2524 | return isinstance(a, np.dtype) and isinstance(b, np.dtype) and str(a) == str(b) |
| 2525 | |
| 2526 | assert_eq(a.dtype, x.dtype) |
| 2527 | assert_eq(b.dtype, y.dtype) |
no outgoing calls
no test coverage detected
searching dependent graphs…