Skip to content

Commit 96edc83

Browse files
minor bugfix
1 parent 8534f6d commit 96edc83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rapidfireai/fit/backend/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def _process_interm_ic_ops_states(
423423
) -> tuple[dict[str, Any], list[dict[str, Any]]]:
424424
"""Process the interactive control."""
425425
# get IC Ops scheduled tasks
426-
ic_scheduled_tasks = self.db.get_pending_ic_operations()
426+
ic_scheduled_tasks = self.db.get_pending_ic_operations(target_type="run")
427427

428428
# track states for each task(run) and collect clone_modify tasks separately
429429
run_states = {}

0 commit comments

Comments
 (0)