Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Feb 13, 2024
1 parent b62c00e commit 5d307c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd/hpmc/pytest/test_quick_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_valid_setattr_attached(attr, value, simulation_factory,
@pytest.mark.parametrize("xz", [-0.3, 0, 0.3])
@pytest.mark.parametrize("yz", [-0.2, 0, 0.4])
@pytest.mark.parametrize("phi", [0.01, 0.4, 0.6])
pytest.mark.cpu
@pytest.mark.cpu
@pytest.mark.validate
def test_sphere_compression_triclinic(xy, xz, yz, phi, simulation_factory,
lattice_snapshot_factory, device):
Expand Down

0 comments on commit 5d307c6

Please sign in to comment.