kpasko
kpasko
Great, thank you for the info! On Tue, Jun 22, 2021 at 1:52 PM Thomas ***@***.***> wrote: > Not in master yet (and not in conda package) but if you...
Sadly no, the ordering is different each time
Would help, although I still thing a visual cue would be nice if laid out as-is. locating "6" in an m x n grid where both m and n can...
The vanilla style makes sense to me. It could also eliminate need for color coding by having category sections — i.e replace {dask, extension manager,…} in referenced img with {memory,...
same env but scikit-image installed, `dask.array.image.imread('s3://mybucket/myimg.png')` returns No files found under name s3://mybucket/myimg.png FWIW, this works fine ``` import skimage.io import io import boto3 boto_session = boto3.Session() s3 = boto_session.client("s3")...
looks like the dask.array.image code is using glob. I'd imagine a recent change (or version incompatibility) with s3fs/fsspec/boto3/etc means s3:/ is not being mounted locally and so can't be glob'd....
To be fair, dask_image.imread.imread also doesn’t work, so it’s not a dask.array vs dask_image issue On Wed, May 26, 2021 at 9:43 PM jakirkham ***@***.***> wrote: > Glad you figured...
If anything it highlights an infrastructural issue that dask core and the various “affiliates” aren’t really integrated as far as core functionality (or at least in this instance when it...