Skip to content

Commit

Permalink
Add stage_alias property to TaskParameters child
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed May 17, 2024
1 parent baf2847 commit a219677
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class TaskParameters(curriculum_task.TaskParameters):
rng_seed: Optional[float] = Field(default=None, description="Seed of the random number generator")
stage_alias: Optional[str] = Field(default=None, description="Alias name used for the task stage")


class AindBehaviorTaskLogicModel(curriculum_task.Task):
Expand Down

0 comments on commit a219677

Please sign in to comment.