Closed jobrachem closed 3 years ago
In v2.2.0, you can check for the ListRandomizer's status with the new attributes ListRandomizer.full
, ListRandomizer.allfinished
, ListRandomizer.nopen
, ListRandomizer.npending
- these allow a fine-grained manual control over experiment abortion.
Currently, the experiment is only aborted when
get_condition
is called. This should probably be optional.