Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG FIX: While loop not entered in record_transitions.py in bin example
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
- Loading branch information