-
Notifications
You must be signed in to change notification settings - Fork 22
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
Change nan default fill_value for kerchunk arrays #255
base: main
Are you sure you want to change the base?
Conversation
Would you mind adding a regression test? This was specifically spotted in the context of integer dtypes right? Test failures are unrelated #249 |
Yeah. This weekend I'll handle if it's floats and add tests for that specifically |
Okay so I guess we'll wait for the tests to merge this then. |
for more information, see https://pre-commit.ci
Lemme know if those tests are sufficient |
The tests look good but something is failing |
This removes adding
nan
as thefill_value
for kerchunk references that inckludefill_value=null
. This is necessary because only floats can havenan
values representeddocs/releases.rst
api.rst