Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Nov 21, 2023
1 parent adef297 commit 2401c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_chemcomp_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"""
import pytest

# mask out all the data at which we have infinitesimally small values
# mask out all the data at which we have very small values
# -> numerical noise may be important there
THRESHOLD_DISK = 1e-30
THRESHOLD_DISK = 1e-20
MAX_RTOL_DISK = 1e-3
MAX_RTOL_PLANET = 1e-4
MAX_RTOL_PLANET = 1e-5

reference = {
"Bert": {
Expand Down

0 comments on commit 2401c88

Please sign in to comment.