-
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
Check for NaNs and raise warning #200
Comments
|
If this issue is still open please assign it to me, I would like to work on it. |
Hi @ambiguousphoton, |
@observingClouds I would love to implement this. |
@Shaheer-Ahmd sry for the late response. If you are still interested, the implementation could be added before Line 180 in 7341975
|
unassigned @ambiguousphoton due to inactivity |
This issue will be fixed by #260 |
As discussed with @observingClouds and @milankl, and raised in this
BitInformation.jl
issue: the elements in an array should be checked whether they are finite and raise a warning if they are not. As having manyNaN
s in the dataset may yield unexpected results.A check could be using
is_null()
fromxarray
like:Or perhaps by iterating through a dataset and issuing a warning upon encountering the first
NaN
value.The text was updated successfully, but these errors were encountered: