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
for i in range(10):
print('trying this height', )
try:
shp = Shape(100,i)
for j in range(1,i):
print(j)
shp.set_boundary(j,0,100-j)
except Exception as e:
sys.print_exception(e)
time.sleep(1)
this causes a boot loop: