Skip to content

Commit

Permalink
Update src/mlfmu/types/fmu_component.py
Browse files Browse the repository at this point in the history
Co-authored-by: KristofferSkare <[email protected]>
  • Loading branch information
ClaasRostock and KristofferSkare authored Oct 16, 2024
1 parent 10cfc62 commit 4f0a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlfmu/types/fmu_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Variable(BaseModelConfig):
default=0,
description="Initial value of the signal at time step 1. Type should match the variable type.",
)
is_array: bool | None = Field(
is_array: bool = Field(
default=False,
description=(
"When dealing with an array signal, it is essential to specify the LENGTH parameter. "
Expand Down

0 comments on commit 4f0a13e

Please sign in to comment.