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