Skip to content

Commit

Permalink
fix(hyfi/pipeline): fix task configuration naming
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jun 30, 2023
1 parent ab2d1bb commit 85317cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hyfi/pipeline/test_task_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_task_config():
project_name="run_task", project_root="workspace/run_task", num_workers=2
)

task = TaskConfig(config_name="__test__")
task = TaskConfig(_config_name_="__test__")
HyFI.print(task.dict())
HyFI.run_task(task, project=project)
HyFI.print(task.dict())
Expand Down

0 comments on commit 85317cf

Please sign in to comment.