Skip to content
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

fit_bmodes_nonlinear bug #7

Open
ghost opened this issue May 31, 2022 · 2 comments
Open

fit_bmodes_nonlinear bug #7

ghost opened this issue May 31, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented May 31, 2022

The argument given in the function call is "mode", but referenced on line 222 as "modes".

@ghost
Copy link
Author

ghost commented May 31, 2022

actually a few bugs. Will do a PR when I get around to it.

For future Chris (or Matt if I forget).

  1. Doesn't iterate through modes so either need to add that or remove line 222 (def nmodes)
  2. line 275: rhofitnl = rhoprfit + rhobar[np.newaxis,:] , rhobar should be rhoz
  3. In lines 246 and 251, "Z"s should be "z"

@mrayson
Copy link
Owner

mrayson commented Oct 11, 2022 via email

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

No branches or pull requests

1 participant