Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 21, 2025
1 parent fb161b1 commit c712555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gmso/tests/test_hoomd.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
to_hoomd_forcefield,
to_hoomd_snapshot,
)
from gmso.tests.base_test import BaseTest
from gmso.parameterization import apply
from gmso.tests.base_test import BaseTest
from gmso.tests.utils import get_path
from gmso.utils.io import has_hoomd, has_mbuild, import_

Expand Down Expand Up @@ -54,6 +54,7 @@ def run_hoomd_nvt(snapshot, forces, vhoomd=4):
sim.operations.computes.append(thermodynamic_properties)
return sim


@pytest.mark.skipif(not has_mbuild, reason="mbuild not installed")
class TestGsd(BaseTest):
def test_rigid_bodies(self):
Expand Down

0 comments on commit c712555

Please sign in to comment.