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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "py_expression_eval/__init__.py", line 494, in evaluate
return self.parse(expr).evaluate(variables)
File "py_expression_eval/__init__.py", line 138, in evaluate
nstack.append(f(*n1))
TypeError: f() takes 2 positional arguments but 4 were given
The text was updated successfully, but these errors were encountered:
Lists are flattened, so there's no way to pass in an entire list as an argument to a function.
The text was updated successfully, but these errors were encountered: