Skip to content

Commit

Permalink
[try out] One future at a time for any given trial at any given time.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjiang2010 committed Nov 30, 2021
1 parent bf2c5f1 commit 5f51c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ray/tune/ray_trial_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ def start_trial(self,

def _find_item(self, dictionary, item):
out = [rid for rid, t in dictionary.items() if t is item]
assert len(out) <= 1
return out

def stop_trial(self,
Expand Down

0 comments on commit 5f51c1c

Please sign in to comment.