Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping a running computation often does not work #296

Open
kpeeters opened this issue Feb 24, 2024 · 1 comment
Open

Stopping a running computation often does not work #296

kpeeters opened this issue Feb 24, 2024 · 1 comment
Labels
bug An actual bug

Comments

@kpeeters
Copy link
Owner

E.g.

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

does not respond to stopping.

@kpeeters kpeeters added the bug An actual bug label Feb 24, 2024
@kpeeters
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An actual bug
Projects
None yet
Development

No branches or pull requests

1 participant