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

Virtual site class #876

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

Conversation

Zeerakkhan47
Copy link
Collaborator

PR Summary:

PR Checklist


  • Includes appropriate unit test(s)
  • Appropriate docstring(s) are added/updated
  • Code is (approximately) PEP8 compliant
  • Issue(s) raised/addressed?

Copy link

codecov bot commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 64.82759% with 51 lines in your changes missing coverage. Please review.

Project coverage is 93.57%. Comparing base (4b1c0ad) to head (8b7ac3d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
gmso/core/virtual_type.py 62.50% 33 Missing ⚠️
gmso/formats/mol2.py 19.04% 17 Missing ⚠️
gmso/core/forcefield.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #876      +/-   ##
==========================================
- Coverage   94.15%   93.57%   -0.59%     
==========================================
  Files          65       67       +2     
  Lines        6979     7124     +145     
==========================================
+ Hits         6571     6666      +95     
- Misses        408      458      +50     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

deleted duplicate class VirtualSite(site)
pre-commit-ci bot and others added 13 commits March 11, 2025 19:38
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9)
- [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0)
@chrisjonesBSU chrisjonesBSU linked an issue Mar 20, 2025 that may be closed by this pull request
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.

General virtual site data structure in GMSO
3 participants