-
Notifications
You must be signed in to change notification settings - Fork 653
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 for issue #4655 Removing mutable data structures and function calls as default arguments in the entire codebase #4810
base: develop
Are you sure you want to change the base?
Conversation
…s as default arguments in the entire codebase
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.
Hello there first time contributor! Welcome to the MDAnalysis community! We ask that all contributors abide by our Code of Conduct and that first time contributors introduce themselves on GitHub Discussions so we can get to know you. You can learn more about participating here. Please also add yourself to package/AUTHORS
as part of this PR.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4810 +/- ##
===========================================
- Coverage 93.68% 86.37% -7.31%
===========================================
Files 177 189 +12
Lines 21742 22832 +1090
Branches 3055 3067 +12
===========================================
- Hits 20369 19722 -647
- Misses 927 2671 +1744
+ Partials 446 439 -7 ☔ View full report in Codecov by Sentry. |
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.
Can you please detail how the error raised in #4810 (comment) is related to the changes?
I am not sure why the error got resolved, but after making the changes it got solved. According to the file test_encore from which the error was generated from, the function can result in failure sometimes because the function involves generating random numbers. |
shortened the fixes in the changelog
using tuples instead of list for ref_axis
I have added the changes that you have mentioned @RMeli |
Fixes #4655
Changes made in this Pull Request:
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4810.org.readthedocs.build/en/4810/