-
Notifications
You must be signed in to change notification settings - Fork 991
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
nafill gains nan argument #4025
Conversation
This is not related but could you also remove |
About |
@jangorecki these two tests are broken, shall we set
|
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.
Test can be changed, just mention this change in news
Hmm @mattdowle seems there was an API failure on the |
Codecov Report
@@ Coverage Diff @@
## master #4025 +/- ##
==========================================
+ Coverage 99.41% 99.41% +<.01%
==========================================
Files 72 72
Lines 13756 13769 +13
==========================================
+ Hits 13675 13688 +13
Misses 81 81
Continue to review full report at Codecov.
|
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.
And verbose arg? Could we remove it on R level here?
Do we have any rule about when |
@MichaelChirico no rules about that, here it looks really unneeded, and could be easily migrated to use option. |
OK done the move, please have a look |
Closes #4020
I imagine this will need a few small changes but here's 90% of it.
Would be nice to do the C equivalent of
testF = if (nan_is_na) ISNAN else ISNA
outside the loop but I couldn't figure out the proper way to do that.