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

BUG FIX: While loop not entered in record_transitions.py in bin example #35

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

elishafer
Copy link
Contributor

check_all_done() returns false if accumulated transitions is smaller than needed transitions. On line 100, check_all_done returns false and never enters the while loop. Fix: put not before check_all_done() inline 100

Check all done returns false if accumulated transitions is smaller than need transitions. On line 100, check_all_done returns false and never enters the while loop. Fix: put not before check_all_done() inline 100
@jianlanluo jianlanluo requested a review from youliangtan March 31, 2024 17:56
@jianlanluo jianlanluo self-assigned this Mar 31, 2024
@jianlanluo
Copy link
Collaborator

Thanks!

@jianlanluo jianlanluo merged commit e59dc0d into rail-berkeley:main Apr 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants