-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement read tests for non python implementations #25
Comments
What strategy were you thinking? A |
I think a |
👍 I'll give this a try. |
Cool! Just note that the one for xtensor is already under way in #34 and just pending some fixes I have to make in z5. I am looking into this today. |
Noted. I'll deal with any conflicts. An issue with the strategy in #34 will be how to get a npy from Java. Seems like that will introduce a new class of possible errors. |
Can you use kotlin on the java side? Because this seems fairly well tested: https://github.com/JetBrains-Research/npy |
Ah, I had missed this discussion, but this is the same library I happened to find today and mention in #37 (comment). However I see now that in the README at that repository it states that unsigned integer types are currently not supported, so that would be a problem for our current test data here |
Currently, we only check that data can be read with the python libraries (zarr-python, z5py, pyn5).
We should also implement read tests for the non-python libraries though:
I can implement the n5-java test at some point (but probably won't have time in the next 3 weeks.)
The text was updated successfully, but these errors were encountered: