toloudis
toloudis
Yes, thanks! My question is how does it get automated for aicsimageio releases? Does something happen from the aicsimageio github actions?
After AllenCellModeling/aicspylibczi#89, do we need to do anything special for conda support? Is it just a matter of the same kind of thing as the bioformats and readlif ones? Let...
Not that this is necessarily your fix, but I think the `git clone`s in the bld.bat are not dialing in the right version of pybind11 - I _think_ we had...
I suspect that cmake is looking for visual studio generator, not finding it (for some unknown reason), and using nmake makefiles as the default generator on that windows system. Slightly...
> > is it easy to test? Can we put it on a branch and have the conda forge setup pull that branch? > > sure, but this can all...
S is "samples" here, not Scenes ... but still, the numbers definitely look wrong.
@colobas did you work around this problem in some way or do you still have broken code?
For now, an alternate workaround would be this: ``` im_import_0 = im_read.get_image_data('YX', S=0) im_import_1 = im_read.get_image_data('YX', S=1) ``` and then stack them. Specifying a single index should be working.
I also wonder if you passed the S=[0,1] as a `slice` instead, would it just plain work? Internally maybe we can just convert list to slice if it's a list...
I'd say that if AICSImage.shape returns (12223, 11349) but aicspylibczi (using libczi to reconstruct) gives (12231, 11367), and the latter agrees with bioformats, then we might have some problem with...