-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix nbody indexing error & add unit test #360
Conversation
The nbody code was throwing an indexing error when used in an MCMC run (issue #357). I fixed the error and added a unit test. I also made the choice of nbody backend integrator a keyword. |
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.
Unit test looks good. I just have a couple questions on the docstring
Thanks for catching the docstring errors. I updated it to be consistent with the way the function works. |
Fix for issue #357