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

Cherry-picked changes made to assembly.py #253

Merged
merged 4 commits into from
Jul 5, 2023

Conversation

jahooker
Copy link
Contributor

Whereamong:

  • Formatting
  • get_transformations_pdb is now a generator function and can handle (positive) floats >= 10.0
  • Renamed input and type to avoid name collisions

Whereamong:
- Formatting
- `get_transformations_pdb` is now a generator function and can handle (positive) floats >= 10.0
- Renamed `input` and `type` to avoid name collisions
@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +2.51 🎉

Comparison is base (21c678d) 53.73% compared to head (594ddeb) 56.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #253      +/-   ##
==========================================
+ Coverage   53.73%   56.25%   +2.51%     
==========================================
  Files          15       15              
  Lines        1952     1943       -9     
==========================================
+ Hits         1049     1093      +44     
+ Misses        903      850      -53     
Impacted Files Coverage Δ
MolecularNodes/__init__.py 63.63% <ø> (ø)
MolecularNodes/assembly.py 96.61% <100.00%> (+61.31%) ⬆️
MolecularNodes/load.py 92.27% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BradyAJohnston
Copy link
Owner

Apologies for delay in getting around to this. I wanted to write a quick test to at least start covering assemblies before merging. Looks good though will merge once tests pass.

@BradyAJohnston BradyAJohnston merged commit 2c224b4 into BradyAJohnston:main Jul 5, 2023
BradyAJohnston added a commit that referenced this pull request Sep 14, 2023
Cherry-picked changes made to `assembly.py`
BradyAJohnston added a commit that referenced this pull request Sep 14, 2023
Cherry-picked changes made to `assembly.py`
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.

2 participants