We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be9781 commit ba1996fCopy full SHA for ba1996f
petab/v2/core.py
@@ -485,7 +485,7 @@ class ExperimentPeriod(BaseModel):
485
alias=C.TIME
486
)
487
#: The IDs of the conditions to be applied at the start time.
488
- condition_ids: list[str] = []
+ condition_ids: list[str] = Field(default_factory=list)
489
490
#: :meta private:
491
model_config = ConfigDict(populate_by_name=True, extra="allow")
0 commit comments