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
Enable a way to use dataset.where to wrap a function that takes **kwargs. For example the code below tries to pass b as a keyword arg and produces this error: TypeError: Cannot lift function <function foo at ...> with non-defaulted parameters.
Enable a way to use
dataset.where
to wrap a function that takes**kwargs
. For example the code below tries to passb
as a keyword arg and produces this error:TypeError: Cannot lift function <function foo at ...> with non-defaulted parameters
.The text was updated successfully, but these errors were encountered: