Skip to content

Commit ba1996f

Browse files
dweindldilpath
andauthored
Update petab/v2/core.py
Co-authored-by: Dilan Pathirana <[email protected]>
1 parent 9be9781 commit ba1996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/v2/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ class ExperimentPeriod(BaseModel):
485485
alias=C.TIME
486486
)
487487
#: The IDs of the conditions to be applied at the start time.
488-
condition_ids: list[str] = []
488+
condition_ids: list[str] = Field(default_factory=list)
489489

490490
#: :meta private:
491491
model_config = ConfigDict(populate_by_name=True, extra="allow")

0 commit comments

Comments
 (0)