-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make answers correct in smarteole example (#3)
* add filter_all_test_wtgs_together option to cfg * improve smarteole_example.py add use_lt_distribution option change pp_analysis.py so AEP calculation is not hard coded minor updates to test_pp_analysis.py because rated power extrapolated bins are handled better * improve bootstrapping increase runs so that results have converged use tqdm * Delete check_input_data.py * Update pp_analysis.py make sure the ref turbine type is used in the reverse analysis if possible
- Loading branch information
Showing
17 changed files
with
384 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "wind-up" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "" | ||
authors = [ | ||
{ name = "Alex Clerc", email = "[email protected]" } | ||
|
@@ -22,6 +22,7 @@ dependencies = [ | |
'tabulate', | ||
'toml', | ||
'utm', | ||
'tqdm', | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -33,6 +34,7 @@ dev = [ | |
'types-tabulate', | ||
'types-toml', | ||
'types-requests', | ||
'types-tqdm', | ||
'ruff', | ||
'mypy', | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.