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
hi @kevinjacb, we have a 10 second execution limit and 100MB memory limit to make sure the resources are under control. That may be causing this issue. Right now, those errors are not handled nicely.
Bug:
Code which has multiple loops/repeats does not run in the sketches tab.
Replication:
For instance if you run:
c=circle(r=40) for i in range(50): c += circle(r=50)|translate(x=100)|repeat(400,scale(0.9)) show(c)
The output is just a blank canvas. But the same works without an issue in jupyter notebook.
Expected behaviour :
Since this is a heavy piece of code, it is expected to take a couple of seconds before this is displayed:
The text was updated successfully, but these errors were encountered: