-
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
Unexpected behaviour from drop_zero()
#17
Comments
This looks like a bug introduced by #3 being resolved (as a filter needs a reassigment which was happening in the original piped implementation and is now not). This may have happened elsewhere so I think worth having an issue and doing a sweep! |
Yes that looks right to me. I'm not a |
yes essentially some actions (filters) aren't in place and some := assignments in i are in place and so don't need assignments. To be super safe can add lots of assignments but makes the code hard to read so probably in the first instance we want to look fro all uses of the form Ah the joys of no unit tests... |
Running this minimal example I get that the
drop_zero()
function doesn't appear to be dropping the zeros in the data as expected:Here is my session information. Perhaps could be to do with versions of
data.table
?The text was updated successfully, but these errors were encountered: