-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pair distribution function #320
Pair distribution function #320
Conversation
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.
I think you also need to use the formating script before you commit/push
In general, I'm confused |
… Pair-Distribution-Function
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.
The new functions are not shown in the API guide on the website
* udate-version-file * First implementation pdf computation * First debuged version * 2d and optimisation * Add notebook to test pdf function * Add documentation and vectorised version of dist calculation * fix stack of arrays and use Divide * Raise warning for division by null values during pdf computation PedestrianDynamics#330 * Add a parameter to pdf to control the number of data scrambling loops PedestrianDynamics#326 * Method error fix * Change atribute name and documentation * First modification of the User guide * Final Changes User guide and remove test codes * Minor correction User guide * del _version for the PR * Clear User Guide output * Bug fix * Changing name of the file containning the pdf computation * Minor correction and formating to pass all continuity tests * Editing the text of PDF * fix small typos * Changing name in the API doc --------- Co-authored-by: Mohcine Chraibi <m.chraibi@fz-juelich.de>
to solve issue #325