Conversation
* Rename to analysis; will move other functionality here. * Dissolve dataframe_operations and turbine_analysis folders * Consolidate model fitting tools. * Remove raw_data_handling in favor of moving into own repo. * utilities subdir added, may be collapsed later. * Imports working for tests. * Update file paths for examples. * Tests pass with v3 floris. * Cleanup move. * artificatiol examples 00 subdir updated imports. * 01 subdir running. * 02_wake_steering_design imports. * Bugfix: wrong variable checked. * 03_energy_ratio imports. * 04_floris_tuning imports. * Smarteole example imports updated. * Ruff 1. * File endings (Ruff 2) * Remove unused large df reader/writer. * And unused import. * preprocessing -> data_processing. * move bias estimation to data_processing for consistency. * Move optimization to utilities. * Ruff. * Move utilities from specific modules to utilities module.
* turbulence_intensity -> turbuelence_intensities. * Minor compatibility changes to calculate_florix_approx_table. Left TODOs for better integration with FLORIS v4. * Avoid use of ParallelInterface as not yet updated. May revert; however, fast as it. * Ruff * ruff format * Update "thrust" to "thrust_coefficient" per change in FLORIS * Update visualize_cut_plane syntax * ws_array and wd_array must be same length * Correct to absolute power * Update to v4 * Update to matplotlib 3.8 syntax * bump up matplotlib requirement * Update 06 * Update example 07 * Update tuning notebook * Update FLORIS tuning * Update tuner utilities * Remove extra hyphen * Update 06 example * Update 07 example * Update 01 notebook --------- Co-authored-by: Paul <paul.fleming@nrel.gov>
* Add coveralls to ci * Update coverage runs
* Update to set()->run(); tests pass. * WIP; workin g on examples. * FlorisModel and related changes. * fi -> fm, likely incomplete. * .floris. -> .core. * Updated floris_approx_table calculation. * Tests passing. * 00 examples. * 01 artificial examples. * 00, 01 from wake_steering_design. * 02_wake_steering_design examples running. * Notebooks updated. * 03_energy_ratio scripts; 05 contains a bug still. * 04 folder done, but not sure 00 notebook producing correct outputs. * Smarteole examples running. * Ruff and isort. * Undoing updates on _legacy examples. * ruff format.
* increase usage of wind_data objects * Small cleanup * Fix bad output
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge v2 branch into develop branch in preparation for v2 release.