Error when assigning the output of a two-argument function to a variable #1291
CognitiveGrowth
started this conversation in
Bugs
Replies: 1 comment 2 replies
-
|
This problem is about the error message (it's about rendering a function, not about executing Squiggle code, which executes fine), and it will be improved in next release (already fixed in #1199) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following minimal example produces the error message "2 arguments expected. Instead 1 argument(s) were passed."
test_function(a,b) = a+b
x = 1
y = 2
z = test_function(x,y)
Beta Was this translation helpful? Give feedback.
All reactions