-
Notifications
You must be signed in to change notification settings - Fork 51
Normalize kerchunk refs format to true json before comparisons #680
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
Normalize kerchunk refs format to true json before comparisons #680
Conversation
for more information, see https://pre-commit.ci
|
Everything fails because everything is broken on |
…s/VirtualiZarr into kerchunk_to_true_json
for more information, see https://pre-commit.ci
…s/VirtualiZarr into kerchunk_to_true_json
The tests pass now that Zarr is pinned, but I think it's worth figuring out the typing issues since they can catch problems not captured in our tests. |
|
I just fixed the typing issues locally - they are unsurprising because I had not told the type hints that this isn't just any old JSON structure, it's specific to Kerchunk. |
|
(Also very good idea to pin the dependencies) |
Changes are documented indocs/releases.rstNew functions/methods are listed inapi.rstNew functionality has documentation