(a, b)
| 2511 | c = da.from_array(z, chunks=(2, 3)) |
| 2512 | |
| 2513 | def assert_eq(a, b): |
| 2514 | return isinstance(a, np.dtype) and isinstance(b, np.dtype) and str(a) == str(b) |
| 2515 | |
| 2516 | assert_eq(a.dtype, x.dtype) |
| 2517 | assert_eq(b.dtype, y.dtype) |
no outgoing calls
no test coverage detected