Skip to content
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

bug: when if condition has missing values, bitmask and !bitmask does not cover all the rows #170

Open
korenmiklos opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@korenmiklos
Copy link
Member

Kezdi.jl> @replace emp = 0 @if emp < 0

ERROR: DimensionMismatch: arrays could not be broadcast to a common size; got a dimension with lengths 8914477 and 7971632
Stacktrace:

This works after Kezdi.jl> @replace emp = 1 @if ismissing(emp)

@korenmiklos korenmiklos added the bug Something isn't working label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant