Skip to content
Snippets Groups Projects
Commit 9d524710 authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Loosened threshold due to Coulomb descriptors.

parent e5ea309e
No related branches found
No related tags found
1 merge request!6QTR
Pipeline #1963 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -9,7 +9,7 @@ import gext.grassmann ...@@ -9,7 +9,7 @@ import gext.grassmann
import utils import utils
SMALL = 1e-10 SMALL = 1e-10
THRESHOLD = 2e-2 THRESHOLD = 5e-2
@pytest.mark.parametrize("datafile", ["urea.json", "glucose.json"]) @pytest.mark.parametrize("datafile", ["urea.json", "glucose.json"])
@pytest.mark.parametrize("fitting", ["leastsquare", "qtr"]) @pytest.mark.parametrize("fitting", ["leastsquare", "qtr"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment