Skip to content

Commit

Permalink
add stage_task in the diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Dec 21, 2023
1 parent 65c2b14 commit 82a8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/aind_auto_train/plot/curriculum.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def draw_diagram_rules(curriculum):
# Add nodes (stages)
for stage in stages:
dot.node(name=stage.name,
label=stage.name,
label=f'{stage.name}\n{curriculum.parameters[stage].task}',
shape='ellipse',
style='filled',
fillcolor=stage_color_mapper[stage.name],
Expand Down

0 comments on commit 82a8338

Please sign in to comment.