zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.44k stars 272 forks source link

Add type checking to tests #1945

Closed dstansby closed 1 month ago

dstansby commented 2 months ago

This adds type checking for the v3 tests. There's still quite a few errors that need fixing... does anyone want to volunteer to fix them here, or should I just ignore errors in the files that are currently erroroing for now?

jhamman commented 2 months ago

does anyone want to volunteer to fix them here, or should I just ignore errors in the files that are currently erroroing for now?

I'm happy to help plug away at these after we get the alpha release out. For now, ignoring the errors seems like the right thing.

dstansby commented 1 month ago

Going to close this as I don't think it's worth the effort to fix at the moment (while the tests are still in flux)