-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update waterdynamics.py #35
Conversation
Added first-order Legendre polynomial option
Hello @rodpollet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-04-29 17:58:26 UTC |
@rodpollet I'll have a look but if I haven't done anything next week please ping me. |
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.
Thank you for your contribution @rodpollet .
Could you please do the following:
- add yourself to AUTHORS.md
- add an entry to CHANGELOG.md under unreleased.
- add a test for your new functionality in test_waterdynamics.py
Tests are really important because that's the only way to check if changes didn't break code.
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.
Thanks for making changes, just rename the tests. You can simply accept my suggested changes.
Co-authored-by: Oliver Beckstein <[email protected]>
Co-authored-by: Oliver Beckstein <[email protected]>
Thank you @rodpollet ! |
Added first-order Legendre polynomial option
Changes made in this Pull Request:
PR Checklist