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
y=24
from linalg import vec2
vec2(0,0).dot(vec2(0,0))
results in runtime error
>error while processing the main code
>Traceback (most recent call last):
File "<c-bound>", line 14
vec2(0,0).dot(vec2(0,0))
TypeError: expected 0 arguments, but
got 1
version 1.1.2736 (59ab359)
windows 11
repro steps:
results in runtime error
maybe related to #2316
The text was updated successfully, but these errors were encountered: