DV scale error #201
-
Hello! Log of error:
My init DV in setup():
My print structDVScaling:
My element_callback():
What can I try to fix this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for the bug report. This looks like something that may have been fixed sometime between OpenMDAO 3.28 (which is from Aug 2023) and now. In specific, the code in driver.py has been updated to avoid that conditional check on an array. I would update OpenMDAO to the latest and see if that helps get past this error. |
Beta Was this translation helpful? Give feedback.
Thanks for the bug report. This looks like something that may have been fixed sometime between OpenMDAO 3.28 (which is from Aug 2023) and now. In specific, the code in driver.py has been updated to avoid that conditional check on an array. I would update OpenMDAO to the latest and see if that helps get past this error.