-
Notifications
You must be signed in to change notification settings - Fork 12
refactor sample scripts #95
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
Conversation
… removed some examples of bad practice (not all of them yet)
|
…, add new script for plotting grxmc data
Changed
Added
Fixed
IMO, this PR is now ready to be merged @kosovan. However, I am no longer qualified to be the reviewer of this PR because I have done a significant portion of the code so I will ask someone else from our dev. team to co-review it. |
|
@Zitzeronion if you have the time to take a look into this PR, I would appreciate your comments regarding if the current pipeline works and it is clear to you. I also wrote a README file in the samples folder explaining how to use the sample scripts. |
|
Hi @pm-blanco and @kosovan, I don't know if I'm the right person to give qualified feedback (I'm a fluid dynamics person with little knowledge on polymers, proteins and constant pH simulations), but I had a look at the changes. I overall like the new samples folder. The split into plotting and computing scripts make sense and run time arguments are a good choice. It is however maybe worth to write a section in the documentation on how use these new scripts (e.g. first compute with script X then plot with script Y). There are just three things maybe worth changing:
I haven't run the scripts but could do that tomorrow if I should. |
|
@Zitzeronion thank you very much for your quick feedback! Actually, we really appreciate your feedback. As a completely "outsider" to our community, your feedback serves as a very good indicator to see if our documentation and scripts are clear enough to be understandable by the broader community. I will improve the scripts with the changes you suggested. Regarding your question, you are correct, we have decided to store stable versions of the scripts designed to reproduce the data from our publication in the folder |
|
@kosovan @davidbbeyer could you please finish the review of this PR by this week? We need to continue to make progress with the other issues in the library 😄 |
|
@pm-blanco Yes, I was waiting for the review by @kosovan, but the two-week time frame we agreed on will be done by tomorrow. Then I will take care myself. |
davidbbeyer
left a comment
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.
Looks good to me apart from some small points. I ran all the tests and it works.
davidbbeyer
left a comment
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.
Looks good!
… removed some examples of bad practice (not all of them yet)