Skip to content

Commit

Permalink
run_recipe: set transform name in the evaluation stage
Browse files Browse the repository at this point in the history
  • Loading branch information
awillecke committed Jun 18, 2024
1 parent f90654f commit 1bfc49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def prepare_evaluation_phase(recipe:Recipe, options, data_repo):
logi(f'skipping transform {transform_name}')
continue
logi(f'preparing transform {transform_name}')
transform.set_name(transform_name)
transform.set_data_repo(data_repo)
transform.prepare()

Expand Down

0 comments on commit 1bfc49a

Please sign in to comment.