Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <eres@il.ibm.com>
  • Loading branch information
revit13 committed Jun 3, 2024
1 parent 47c4c68 commit 8ff9434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transforms/universal/noop/kfp_ray/v2/noop_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def noop(
additional_params=additional_params,
)
ComponentUtils.add_settings_to_component(ray_cluster, ONE_HOUR_SEC * 2)
#ray_cluster.after(compute_exec_params)
ray_cluster.after(compute_exec_params)
# Execute job
execute_job = execute_ray_jobs_op(
ray_name=ray_name,
Expand Down

0 comments on commit 8ff9434

Please sign in to comment.