Gabe Medrash

Results 2 issues of Gabe Medrash

## System and Software Not important for this report. ## Description [The docs](https://allencellmodeling.github.io/aicsimageio/aicsimageio.readers.html#aicsimageio.readers.reader.Reader.scenes) specifically advise to iterate scenes via `for id in image.scenes` versus `for i in range(len(image.scenes))`. If there...

documentation
good first issue
admin

Thanks for this great plugin! As I was attempting to transform the output of this plugin with `gatsby-transformer-yaml`, however, that transformer threw the following error: `TypeError: Path must be a...