orion icon indicating copy to clipboard operation
orion copied to clipboard

Trials are manually inserted with "interrupted" instead of "new" when reserved=False

Open Delaunay opened this issue 1 year ago • 1 comments

FIX

         if not reserve:
-            self.release(trial)
+            self.release(trial, status='new')

Delaunay avatar Oct 31 '22 16:10 Delaunay