-
Notifications
You must be signed in to change notification settings - Fork 22
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
treat bounds separately; scale bounds and initial guess; expose callback arg #78
treat bounds separately; scale bounds and initial guess; expose callback arg #78
Conversation
@@ -46,3 +46,4 @@ doc = | |||
nbsphinx | |||
pandoc | |||
imageio | |||
jinja2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryancoe didn't you include this to specify a version? If we don't need to specify a version anymore maybe we shouldn't list this explicitly (we didn't before) since we never call this directly.
|
||
kp_guess = [-1*wec.hydro.Zi[np.where(resonant_wave.S > 0)[0]].real.item()] | ||
|
||
*_, res = wec.solve(resonant_wave, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, I didn't know this *_
notation
Description
Checklist for PR
Modified the documentation if applicable