codedthinking / Kezdi.jl

An umbrella of Julia packages for data analysis, in loving memory of Gábor Kézdi
Other
9 stars 0 forks source link

Bug: `@drop df a @if b<7` #70

Closed gergelyattilakiss closed 4 days ago

gergelyattilakiss commented 5 days ago

This specific command is not wokring, either errors or if bitmask is removed gives back the drop @if b<7 result. image

gergelyattilakiss commented 5 days ago

actually current @drop @if b<7 gives the same error.

korenmiklos commented 5 days ago

@drop a if @b < 7 should not work