Skip to content

Commit

Permalink
larger rtol for saf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Dec 6, 2024
1 parent 72734c3 commit 55059e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_saf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 55059e7

Please sign in to comment.