-
Notifications
You must be signed in to change notification settings - Fork 6
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
44 fix point selected on water #51
Conversation
Hi @SarahAlidoost, this is a small fix for a bug. Can you review it when you have time? Thanks! |
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.
@rogerkuou Thanks for fixing the issue and discussions on the pull request. Feel free to merge after resolving the conversations 👍
Co-authored-by: SarahAlidoost <[email protected]>
e21a355
to
9d8ea47
Compare
Thanks @SarahAlidoost for the review. I adapted your comments. |
Thanks @SarahAlidoost for the review. I adapeted your comments. |
Fix #44.
According to docs xarray.DataArray.std and xarray.DataArray.mean, the default behavior of std and mean in xarray skips the nan values. However in ampplitude dispersion we do not want this since we would like nan values being discarded. Hence this fix.