(x)
| 46 | |
| 47 | def test_preprocess(): |
| 48 | def preprocess(x): |
| 49 | x[:] = 1 |
| 50 | return x[:, :, 0] |
| 51 | |
| 52 | with random_images(4, (2, 3, 4)) as globstring: |
| 53 | im = da_imread(globstring, preprocess=preprocess) |
no outgoing calls
no test coverage detected
searching dependent graphs…