-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FLORIS v4.1.1 #945
Merged
FLORIS v4.1.1 #945
Conversation
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
Change docs image
* Align title style with other docs pages * Add citation to published Torque paper. * Add DOI for paper. * Line ending that ruff didnt catch locally
* Make numpy randomint explicit; fix open interval end bug. * Update reg test.
…r for testing (#940) * Rearrange optimize() method to call private methods. * Add _test_optimize() routine; remove unneded indent. * Enable fixed iteration number in individual optimization for debugging purposes. * Use _test_optimize() for reg test and update reg test results.
* Initial upsample fixes * Upsample testing changes * clean up code * clean up tests * matching changes to wind_ti_rose * update wind_ti_rose tests * Address comments * Fix setup of random opt test * Clean up comment * Fix examples * Add utility function to identify step size * Add test of step size function * Add a function to make wind direction adjacent * Add test in wind direction adjacent function * Improve docstring * Return sorting indices * Update to use new utilities * Update to test new methods * Switch to concatenate from double append. * hide labels for boundary, as not visible under heterogeneous map. --------- Co-authored-by: misi9170 <michael.sinner@nrel.gov>
* Update remaining double appends to concats. * Fix comments. * Ruff. * Remove redundant code block --------- Co-authored-by: Paul <paul.fleming@nrel.gov>
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.
Patch release for various bug fixes and minor documentation, user interface, and requirements improvements.
Minor improvements
WindRose
resampling methods by @paulf81 in Update names ofWindRose
resampling methods #933Bug fixes
Release checklist: