-
-
Notifications
You must be signed in to change notification settings - Fork 9
Renaming Nulls to NANs #287
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
base: main
Are you sure you want to change the base?
Renaming Nulls to NANs #287
Conversation
|
Hi @peterdudfield |
| mean = store_da.mean().values.mean() | ||
|
|
||
| return Success( | ||
| ParameterScanResult( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you changed the object ParameterScanResult anywhere? I suspect you will need to if you want this change.
Aslo have you run pytest to check these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes @peterdudfield , I updated the ParameterScanResult object completely.
- Field renamed:
has_nulls: bool→has_nans: boolwith updated documentation scan.has_nulls→scan.has_nansandhas_nulls=False→has_nans=False- Tests pass: All 4 tests in test_tensorstore.py run successfully.
Please let me know if any changes are required..?
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that
peterdudfield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. I just need to find a way to make sure CI runs for external collobrators. Then we can merge
|
Sure @peterdudfield |
Fixes #285