You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is this line of code that is using a regex to search for an assignment operator. It correctly filters out ==, but is not currently aware of >= or <=. Adding those to characters to the excluded character classes should fix the issue.
Describe the bug
cuDF expression evaluation created
AssertionError
for less equal, greater equal and not equal operators.Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: