We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698e954 commit 905ff36Copy full SHA for 905ff36
hoomd/hpmc/pytest/test_compute_free_volume.py
@@ -132,7 +132,9 @@ def test_free_volume_export_name_matches_integrator(
132
inner_mc.shape["A"] = args["shapes"][i]
133
args["shapes"][i] = inner_mc.shape["A"].to_base()
134
135
- if integrator == hoomd.hpmc.integrate.Sphinx and isinstance(device, hoomd.device.GPU):
+ if integrator == hoomd.hpmc.integrate.Sphinx and isinstance(
136
+ device, hoomd.device.GPU
137
+ ):
138
pytest.skip("Sphinx does not build on the GPU by default.")
139
140
mc = integrator()
0 commit comments