Skip to content

Commit

Permalink
Rename baby steps to spin steps
Browse files Browse the repository at this point in the history
  • Loading branch information
talsperre committed Sep 29, 2024
1 parent c9934f3 commit 8c9d994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaflow/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def spin(
end_task_init_time = time.time()
print(f"Task Init Time: {end_task_init_time - end_validation_time}")
print("-" * 100)
task.run_baby_step(
task.run_spin_step(
spin_parser_validator=spin_parser_validator,
new_task_id=new_task_id,
new_run_id=new_run_id,
Expand Down
2 changes: 1 addition & 1 deletion metaflow/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def _finalize_control_task(self):
)
)

def run_baby_step(
def run_spin_step(
self,
spin_parser_validator,
new_task_id,
Expand Down

0 comments on commit 8c9d994

Please sign in to comment.