-
Notifications
You must be signed in to change notification settings - Fork 43
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
OpenMDAO variable connections broken #363
Comments
Besides the issue raised above, the following change needs to be made:
|
The issue is not only appearing with the RAFT, but also appearing with the OpenFAST cases.
|
I also tried with the main branch (v1.5.1 after pCrunch pinning commit, with commit hash
|
@yonghoonlee - Can you please double check that your WISDEM and WEIS files are synced with the latest versions? |
@gbarter I created new environments every time I install them, so I think the WISDEM is installed as the environment.yml specifies. The WISDEM version is 3.20.0, which seems to be the latest release version, and installed through conda-forge repository. |
Sorry for the delay. I can confirm I can recreate the error. @ptrbortolotti - Most of the broken connections I think arose when you resolved the ambiguity around rotor diameter. There are 4-5 places in the WEIS glue code that need to be fixed (not sure why the tests didn't pick this up). All but one of them should clearly be changed from What do you think? |
@ptrbortolotti - Sorry, it looks like you already resolved this issue at least in your |
@yonghoonlee - Pietro pointed out that we just needed to better lock with WISDEM version with the various WEIS branches. I have updated the |
@gbarter Thank you for resolving the issue. I will downgrade and test it. I believe it should work, so I will close the issue. Thank you for your help. |
Description
Failure in running RAFT optimization example.
It seems that the OpenMDAO variable connections are broken.
Steps to reproduce issue
Installed the current (as of March 14, 2025) version of WEIS develop branch with commit hash:
df651c32c2cb6cc9f198a41d5b9fc4341df8f9e8
and ran:Current behavior
Expected behavior
Code versions
The text was updated successfully, but these errors were encountered: