Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit 807a456

Browse files
smartmani123facebook-github-bot
authored andcommitted
SEV Fix - S258686 - pl_study_runner.py (#544)
Summary: Pull Request resolved: #544 This is a fix for a SEV S258686. Reviewed By: jrodal98 Differential Revision: D33835847 fbshipit-source-id: 4de96afb038034ae5eeae4db982e1dcd529721a8
1 parent 067acc6 commit 807a456

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fbpcs/pl_coordinator/pl_study_runner.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,7 @@ def _get_cell_obj_instance(
267267
# they do, select a random one.
268268
if created_time > cell_obj_instance[cell_id][objective_id][
269269
"latest_data_ts"
270-
] and (
271-
created_time > current_time - INSTANCE_LIFESPAN
272-
or status is PrivateComputationInstanceStatus.AGGREGATION_COMPLETED
273-
):
270+
] and (created_time > current_time - INSTANCE_LIFESPAN):
274271
cell_obj_instance[cell_id][objective_id]["instance_id"] = instance_data[
275272
"id"
276273
]

0 commit comments

Comments
 (0)