AllenCellModeling / aicsimageio

Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Python
https://allencellmodeling.github.io/aicsimageio
Other
202 stars 51 forks source link

Limit fsspec version for now due to glob bug #536

Closed SeanLeRoy closed 11 months ago

SeanLeRoy commented 11 months ago

Description

The SLDY reader uses the glob() function of fsspec which seems to be buggy after version 2023.9.0, limiting the version until a resolution to this issue is reached

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (942cc53) 89.55% compared to head (ea568ea) 91.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #536 +/- ## ========================================== + Coverage 89.55% 91.89% +2.33% ========================================== Files 53 53 Lines 4662 4662 ========================================== + Hits 4175 4284 +109 + Misses 487 378 -109 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/AllenCellModeling/aicsimageio/pull/536/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AllenCellModeling)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.