Skip to content

Commit 905ff36

Browse files
committed
code formatting
1 parent 698e954 commit 905ff36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hoomd/hpmc/pytest/test_compute_free_volume.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ def test_free_volume_export_name_matches_integrator(
132132
inner_mc.shape["A"] = args["shapes"][i]
133133
args["shapes"][i] = inner_mc.shape["A"].to_base()
134134

135-
if integrator == hoomd.hpmc.integrate.Sphinx and isinstance(device, hoomd.device.GPU):
135+
if integrator == hoomd.hpmc.integrate.Sphinx and isinstance(
136+
device, hoomd.device.GPU
137+
):
136138
pytest.skip("Sphinx does not build on the GPU by default.")
137139

138140
mc = integrator()

0 commit comments

Comments
 (0)