Skip to content

Commit

Permalink
adust a few tolerance values to see if more CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Oct 6, 2024
1 parent 0d4cc21 commit 21c7826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/hoctests/tests/test_kschan.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def test_2():
# At least executes KSChan::mulmat
hrun(
"kchan without single cvode=%s" % cvver(),
t_tol=2e-7,
t_tol=1e-6,
v_tol=1e-11,
v_tol_per_time=5e-7,
)
Expand Down
4 changes: 2 additions & 2 deletions test/pytest_coreneuron/test_nrntest_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"t13:cvode:t": 2e-6,
"t13:cvode:v": 6e-7,
"t14:cvode:t:1": 1e-9,
"t14:cvode:t:2:ld": 3e-10,
"t14:cvode:t:2:ld": 8e-10,
"t14:cvode:t:2": 1e-9,
"t14:cvode:v:1": 6e-9,
"t14:cvode:v:2:ld": 6e-10,
"t14:cvode:v:2:ld": 7e-10,
"t14:cvode:v:2": 4e-9,
}
cvtol = cv2tol
Expand Down

0 comments on commit 21c7826

Please sign in to comment.