Conversation
|
This is not related but could you also remove |
|
About |
|
@jangorecki these two tests are broken, shall we set |
jangorecki
left a comment
There was a problem hiding this comment.
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.
|
jangorecki
left a comment
There was a problem hiding this comment.
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 ISNAoutside the loop but I couldn't figure out the proper way to do that.