Sameeul Bashir Samee

Results 22 comments of Sameeul Bashir Samee

I think the issue is related to the OMEZarr file structure. OMEZarr actually can contain multiple datasets (each of them as a zarr file). So, The top level file directory...

Just wanted to report that, with GCC 10.4 + and GCC 11, the build process (both `python setup.py develop` and building executables from the example fail due to failure to...

@jbms : yes, I was using conda gcc in cases where my build was failing. The cases where it was working were compilers that came directly from debian-bullseye repo. Thanks...

@DraconPern : Hi there, just following up to see if you are interested in merging this? This will help me with a downstream project.

@conda-forge-admin, please rerender

@conda-forge-admin, please rerender

@conda-forge/help-python, ready for review!

@ocefpaf: Now that `toil` recipe is in conda-forge, I have updated the recipe for this package. Please take a look. Thanks!

I have also tried with the newer tensorstore release (v1.63). Finally, explicitly modifying the symbol visibility in the CMake files (at the project level) seem to resolve the issue. ```...

I have looked into it in more detail and this particular code block seems to be the issue: https://github.com/constantinpape/z5/blob/f118d956d8545f5d5278ebf20ce588800b2b9737/include/z5/metadata.hxx#L255 ``` // if the chunk-shape is bigger than the shape in...