From fca927ff8e202bf78b89ff32698a63f05e35ac78 Mon Sep 17 00:00:00 2001 From: bastonero Date: Mon, 12 Feb 2024 12:59:35 +0000 Subject: [PATCH] Increase thr a biy --- tests/calculations/test_spectra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/calculations/test_spectra.py b/tests/calculations/test_spectra.py index db00bc3..bc8450d 100644 --- a/tests/calculations/test_spectra.py +++ b/tests/calculations/test_spectra.py @@ -128,4 +128,4 @@ def test_compute_raman_susceptibility_tensors(generate_phonopy_instance, generat print(alpha_comp, alpha_theo) print('\n', '================================', '\n') - assert np.abs(abs(alpha_comp) - abs(alpha_theo)) < 1e-4 + assert np.abs(abs(alpha_comp) - abs(alpha_theo)) < 1e-3