Skip to content

Commit

Permalink
Add default value for reference height
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Nov 1, 2023
1 parent 04f7597 commit e293df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class FunctionInputs(AutomateBase):
)
reference_height: float = Field(
title="Reference Wind Speed Height",
description="Altitude (m) of the wind speed is measured."
description="Altitude (m) of the wind speed is measured.",
default=15,
)
number_of_cpus: int = Field(
title="Number of CPUs",
Expand Down

0 comments on commit e293df1

Please sign in to comment.