orion
orion copied to clipboard
Trials are manually inserted with "interrupted" instead of "new" when reserved=False
FIX
if not reserve:
- self.release(trial)
+ self.release(trial, status='new')