Skip to content
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

[BUGFIX] reset_operation need in artificial data tuning example #184

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

misi9170
Copy link
Collaborator

@misi9170 misi9170 commented Apr 9, 2024

examples_artificial_data/04_floris_tuning/00_tune_floris_to_artifical_data.ipynb was running, but had changed results. It turns out that this is because a fmodel was being reused between a wake steering case and a baseline case, and yaw_angles were being store. Calling reset_operation() between the two cases solves the issue.

@misi9170 misi9170 added bug Something isn't working v2.0 labels Apr 9, 2024
@misi9170 misi9170 requested a review from paulf81 April 9, 2024 19:58
@misi9170 misi9170 closed this Apr 9, 2024
@misi9170 misi9170 reopened this Apr 9, 2024
@misi9170 misi9170 merged commit 047e01a into NREL:v2 Apr 9, 2024
7 checks passed
@misi9170 misi9170 deleted the bugfix/tuning-example branch April 9, 2024 21:18
@misi9170 misi9170 mentioned this pull request Apr 10, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant