Skip to content

Fix: Correct variable name from TipRadius to TipRad in Example_EditOpenFASTModel.py #51

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yuanchima
Copy link
Contributor

This pull request addresses a bug in the Example_EditOpenFASTModel.py script where an incorrect variable name was used.
The script previously used TipRadius when the correct variable name for the blade tip radius is TipRad. This could lead to errors or unexpected behavior when the script is executed as part of a test or as an example.

Changes Made:

  • In Example_EditOpenFASTModel.py, the variable name TipRadius has been corrected to TipRad.

This change ensures that the script references the correct variable, allowing the associated test or example to function as intended.

@yuanchima yuanchima changed the title Test Bug Fix, fix variable name for TipRad in Example_EditOpenFASTMod… Fix: Correct variable name from TipRadius to TipRad in Example_EditOpenFASTModel.py May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants