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

Revamp Ellipsoid Class, add method to create bond constraints in a system's snapshot. #191

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

use macos-latest and ubuntu-latest in CI

164e67e
Select commit
Loading
Failed to load commit list.
Open

Revamp Ellipsoid Class, add method to create bond constraints in a system's snapshot. #191

use macos-latest and ubuntu-latest in CI
164e67e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2025 in 0s

94.73% (-0.04%) compared to a600b73, passed because coverage increased by 0.05% when compared to adjusted base (94.67%)

View this Pull Request on Codecov

94.73% (-0.04%) compared to a600b73, passed because coverage increased by 0.05% when compared to adjusted base (94.67%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.73%. Comparing base (a600b73) to head (164e67e).
Report is 60 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #191      +/-   ##
==========================================
- Coverage   94.77%   94.73%   -0.04%     
==========================================
  Files          26       26              
  Lines        1970     2051      +81     
==========================================
+ Hits         1867     1943      +76     
- Misses        103      108       +5     
Files with missing lines Coverage Δ
flowermd/base/simulation.py 91.54% <100.00%> (-0.49%) ⬇️
flowermd/library/forcefields.py 95.56% <100.00%> (+0.03%) ⬆️
flowermd/library/polymers.py 100.00% <100.00%> (ø)
flowermd/utils/__init__.py 100.00% <100.00%> (ø)
flowermd/utils/constraints.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.