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 d89871a commit 90a0ec7
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 @@ -80,7 +80,7 @@ class Variable(BaseModelConfig):
description="Unique name for the port.",
examples=["windSpeed", "windDirection"],
)
type: FmiVariableType | None = Field(
type: FmiVariableType = Field(
default=FmiVariableType.REAL,
description="Data type as defined by FMI standard, defaults to Real.",
examples=[FmiVariableType.REAL, FmiVariableType.INTEGER],
Expand Down

0 comments on commit 90a0ec7

Please sign in to comment.