-
Notifications
You must be signed in to change notification settings - Fork 79
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
inline_threshold kwarg not changing result of SingleHdf5ToZarr call #445
Comments
I just ran your example with Unless this is behavior is expected, it seems like there might be an issue with in-lining introduced in |
Good question @norlandrhagen - I should have reported the version I used
What does that |
No idea! We could try pinning 0.2.2 and running the test suite. |
The CI in https://github.com/TomNicholas/VirtualiZarr/actions/runs/8572561510/job/23495399856?pr=73 looks like it created a references dict with no inlining (i.e. the same behaviour that I see locally). And that's with |
|
Testing PR to pin kerchunk==0.2.2 to see if inlining references works. fsspec/kerchunk#445
Let's make a reproducer in the form of a test. This rings a bell, something I thought I had fixed. |
The code above is a reproducer of the bug. I would be happy to make a PR, but I would need guidance on how to actually fix the bug. |
I just came to this issue and tried to reproduce the original issue on main. It works as expected there, but I did see the behavior that Tom is describing on 2.3.0 and 2.4.0. Seems likely that it was fixed here: #432 which was just after the 2.4.0 release. I wrote a test with a little subset of air.nc ( |
I'm trying to create a reference dict with inlined data, but the
inline_threshold
argument toSingleHdf5ToZarr
doesn't seem to be doing anything. I feel like I'm missing something obvious.I was expecting these two dictionaries to be different -
refs_inlined
to have actual data values in it.The text was updated successfully, but these errors were encountered: