kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
215 stars 37 forks source link

Stopping a running computation often does not work #296

Open kpeeters opened 4 months ago

kpeeters commented 4 months ago

E.g.

from time import sleep
for i in range(100):
   sleep(1)

does not respond to stopping.

kpeeters commented 2 weeks ago

This particular issue is fixed in 445cf403da. There are still various cadabra algorithms which can be long-running and are non-interruptible, so keeping this open for now.