Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zarrmultiscalespatialimage): support Zarr stores not ending in .zarr #721

Merged
merged 4 commits into from
Dec 20, 2023

Conversation

berombau
Copy link
Contributor

The isZarr regex was updated to support .zarr/image, besides just .zarr and DANDI /zarr/.

fix #719

The isZarr regex was updated to support .zarr/image, besides just .zarr and DANDI /zarr/.

fix Kitware#719
@PaulHax
Copy link
Collaborator

PaulHax commented Nov 18, 2023

Awesome! One more little ask. These tests are failing:
https://github.com/Kitware/itk-vtk-viewer/blob/master/test/zarrTest.js#L43-L49

Perhaps we can add another bit to the regex to fix?

@PaulHax
Copy link
Collaborator

PaulHax commented Nov 18, 2023

On second though, some of those failing tests are silly. I made a couple tweeks to your PR here:
berombau#1

Maybe we can incopreate then I'll merge and deploy.

@thewtex
Copy link
Member

thewtex commented Dec 18, 2023

@berombau if it looks good, could you please merge @PaulHax 's pull request on your pull request? berombau#1

fix(ZarrMultiscaleSpatialImage): add word boundary to isZarr regex
@berombau
Copy link
Contributor Author

@PaulHax @thewtex is it good like this? Do I need to do anything else?

@PaulHax PaulHax merged commit 2138166 into Kitware:master Dec 20, 2023
6 checks passed
@PaulHax
Copy link
Collaborator

PaulHax commented Dec 20, 2023

Much thanks.

Copy link

🎉 This PR is included in version 14.47.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Zarr stores not ending in '.zarr'
3 participants