From 55059e71c094c9ab14cffcd466b47ccd7624ef43 Mon Sep 17 00:00:00 2001 From: Yalin Date: Fri, 6 Dec 2024 16:34:02 -0500 Subject: [PATCH] larger rtol for saf tests --- tests/test_saf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_saf.py b/tests/test_saf.py index 6ddbe817..5a6044a5 100644 --- a/tests/test_saf.py +++ b/tests/test_saf.py @@ -22,7 +22,7 @@ def test_saf(): # Because of different CF settings for ImpactItem with the same ID from qsdsan.utils import clear_lca_registries clear_lca_registries() - rtol = 0.1 + rtol = 0.15 saf.load(configuration='baseline') saf.simulate_and_print(saf.sys)