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

Theorem._mark_usability off-by-1 bug! #324

Open
wwitzel opened this issue Apr 7, 2024 · 0 comments
Open

Theorem._mark_usability off-by-1 bug! #324

wwitzel opened this issue Apr 7, 2024 · 0 comments
Assignees
Labels

Comments

@wwitzel
Copy link
Collaborator

wwitzel commented Apr 7, 2024

while len(to_process) > 1 should be
while len(to_process) > 0
Oops!

I'll fix and test this right away.

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

No branches or pull requests

1 participant