You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
when i run the code of Example_CPLambdaPitch.py, the error occur:
361 if not flatInputs :
362 WS_flat = []
363 Pitch_flat = []
NameError: name 'flatInputs' is not defined
It seems to be a problem with this "case_gen.CPCT_LambdaPitch" function.
I have been troubled for a long time, looking forward to your reply.
The text was updated successfully, but these errors were encountered:
when i run the code of Example_CPLambdaPitch.py, the error occur:
361 if not flatInputs :
362 WS_flat = []
363 Pitch_flat = []
NameError: name 'flatInputs' is not defined
It seems to be a problem with this "case_gen.CPCT_LambdaPitch" function.
I have been troubled for a long time, looking forward to your reply.
The text was updated successfully, but these errors were encountered: