-
Notifications
You must be signed in to change notification settings - Fork 3
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
add working implementation of 1D and nD potential landscape computation #28
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
See comments on static typing.
Add some type of test for potential_landscape and potential_landscape_nd
… functions * add unit tests
View / edit / reply to this conversation on ReviewNB lolaBerkowitz commented on 2024-11-23T00:20:08Z Format the entire notebook Black |
View / edit / reply to this conversation on ReviewNB lolaBerkowitz commented on 2024-11-23T00:20:09Z Add language to describe the purpose of this section. For example, I'm looking at the plots and not knowing what I'm supposed to take from them. Is the fit in subplot (axis 2) good because it's shape matches the potential landscape? Include inferences/take-aways for each plot. |
View / edit / reply to this conversation on ReviewNB lolaBerkowitz commented on 2024-11-23T00:20:10Z Add inferences/take-aways to make the purpose of this section more clear |
View / edit / reply to this conversation on ReviewNB lolaBerkowitz commented on 2024-11-23T00:20:11Z Why is ntrials so high (doesn't seem feasible for most data)? Can you reference influence of parameter values. |
Make sure everything is formatted in Black. For the notebook, the figures look amazing but please add some descriptions/inferences to all sections. What is the purpose, what is the take home etc. |
Closes #27