Skip to content

Commit 550ca1f

Browse files
committed
missed a revert in alloc
1 parent ab39de6 commit 550ca1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libensemble/alloc_funcs/start_only_persistent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def only_persistent_gens(W, H, sim_specs, gen_specs, alloc_specs, persis_info, l
8888

8989
# Now the give_sim_work_first part
9090
points_to_evaluate = ~H["sim_started"] & ~H["cancel_requested"]
91-
avail_workers = support.avail_sim_worker_ids(persistent=False, zero_resource_workers=False)
91+
avail_workers = support.avail_worker_ids(persistent=False, zero_resource_workers=False)
9292
if user.get("alt_type"):
9393
avail_workers = list(
9494
set(support.avail_worker_ids(persistent=False, zero_resource_workers=False))

0 commit comments

Comments
 (0)