Skip to content
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

Change error to warning on Universe creation #4754

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

lilyminium
Copy link
Member

@lilyminium lilyminium commented Oct 20, 2024

Fixes #4750

Changes made in this Pull Request:

  • This changes the error to a warning on Universe creation for types and masses guessing, which is set by default.
  • Also fixes something I noticed about kwargs not getting passed into bond guessing.
  • And Universe kwargs were getting passed into guessing when they're documented as being for topologies.

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin

@pep8speaks
Copy link

pep8speaks commented Oct 20, 2024

Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2024-10-25 04:49:48 UTC

@IAlibay
Copy link
Member

IAlibay commented Oct 20, 2024

@lilyminium can you point out to which specific sub-issue you're fixing under #4748?

@lilyminium
Copy link
Member Author

I've edited my comment, thanks

@IAlibay
Copy link
Member

IAlibay commented Oct 20, 2024

Can you please add in the test from #4750 if it's fixing it too?

@lilyminium
Copy link
Member Author

There's already a test for numpy arrays but sure

Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.63%. Comparing base (101008b) to head (43a7aee).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4754      +/-   ##
===========================================
- Coverage    93.65%   93.63%   -0.03%     
===========================================
  Files          175      187      +12     
  Lines        21564    22640    +1076     
  Branches      3023     3024       +1     
===========================================
+ Hits         20195    21198    +1003     
- Misses         925      998      +73     
  Partials       444      444              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

package/MDAnalysis/core/universe.py Show resolved Hide resolved
package/MDAnalysis/core/universe.py Show resolved Hide resolved
package/MDAnalysis/core/universe.py Outdated Show resolved Hide resolved
@IAlibay IAlibay added this to the Release 2.8.0 milestone Oct 24, 2024
@orbeckst
Copy link
Member

@lilyminium I am assigning the PR to you. You'll know best when to merge.

@lilyminium
Copy link
Member Author

Thanks for the review @orbeckst! I've made some markup changes.

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm — but other reviews welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can no longer create dummy universe with new guesser
4 participants