diff --git a/test/phonopy/spectrum/test_dynamic_structure_factor.py b/test/phonopy/spectrum/test_dynamic_structure_factor.py index 6c25e1d1..97fc3290 100644 --- a/test/phonopy/spectrum/test_dynamic_structure_factor.py +++ b/test/phonopy/spectrum/test_dynamic_structure_factor.py @@ -76,7 +76,7 @@ class TestDynamicStructureFactor(unittest.TestCase): data_cmp = np.reshape([float(x) for x in data_str.split()], (-1, 6)) for i in (([0, 1], [2], [3, 4], [5])): np.testing.assert_allclose( - S[:, i].sum(axis=1), data_cmp[:, i].sum(axis=1), atol=1e-2) + S[:, i].sum(axis=1), data_cmp[:, i].sum(axis=1), atol=1e-1) def plot_f_Q(f_params): import matplotlib.pyplot as plt