Skip to content

Commit

Permalink
Execute NEC test in serial.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Dec 5, 2024
1 parent 5a06d24 commit 661d39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hoomd/hpmc/pytest/test_nec.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
# Part of HOOMD-blue, released under the BSD 3-Clause License.

import hoomd
import pytest


@pytest.mark.serial
def test_nec(simulation_factory, lattice_snapshot_factory):
snap = lattice_snapshot_factory(particle_types=["A"])
simulation = simulation_factory(snap)
Expand Down

0 comments on commit 661d39e

Please sign in to comment.