mobie / mobie-utils-python

Python tools for MoBIE
MIT License
9 stars 5 forks source link

implement NGFF source validation #136

Closed martinschorb closed 6 months ago

martinschorb commented 6 months ago

addresses https://github.com/mobie/mobie-utils-python/issues/135

martinschorb commented 6 months ago

I could not find tests for the validations (checking if errors are thrown). That's a bit redundant anyways.

constantinpape commented 6 months ago

I could not find tests for the validations (checking if errors are thrown). That's a bit redundant anyways.

Yes, I never really got around to implement these. There's only a superficial test here.

In any case, the changes here look good and straightforward, and the code is being run by a couple of tests that add and then validate ome.zarr data ;).