Skip to content

Commit

Permalink
removed test cases for small numbers of particles for the fluctuation…
Browse files Browse the repository at this point in the history
… dissipation test.
  • Loading branch information
rykerfish committed May 9, 2024
1 parent 0e368d4 commit d6144a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fluctuation_dissipation.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def fluctuation_dissipation_KS(M, fluctuation_method):
],
)
@pytest.mark.parametrize("hydrodynamicRadius", [0.95, 1.12])
@pytest.mark.parametrize("numberParticles", [1, 2, 3, 10])
@pytest.mark.parametrize("numberParticles", [10])
def test_fluctuation_dissipation(
Solver, periodicity, hydrodynamicRadius, numberParticles
):
Expand Down

0 comments on commit d6144a5

Please sign in to comment.