From 4ee00d50c87db0ce75c4dd20b943cfc4790f11ab Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Wed, 1 Jan 2025 10:59:28 +0900 Subject: [PATCH] importskip test_random_disps_agno2 --- test/phonon3/test_displacements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phonon3/test_displacements.py b/test/phonon3/test_displacements.py index 4ce01bbb..74238f6c 100644 --- a/test/phonon3/test_displacements.py +++ b/test/phonon3/test_displacements.py @@ -89,7 +89,7 @@ def test_random_disps_agno2( distance: Optional[float], number_of_snapshots: Union[int, Literal["auto"]], ): - """Test duplicated pairs of displacements.""" + """Test random displacements.""" pytest.importorskip("symfc") ph3 = phono3py.load(unitcell=agno2_cell, supercell_matrix=[2, 1, 2])