Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wifa/pywake_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def _configure_deficit_model(
elif model_name == "SuperGaussian":
wake_model_class = BlondelSuperGaussianDeficit2020

elif model_name == "TurboPark":
elif model_name == "TurbOPark":
wake_model_class = TurboGaussianDeficit

elif model_name.upper() == "FUGA":
Expand Down
Loading