Skip to content

Commit c7b5fbf

Browse files
Merge pull request #1183 from SciML/ChrisRackauckas-patch-3
Update shadowing.jl test
2 parents 6ab32cd + 6d23c2d commit c7b5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shadowing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ using Zygote
6363
res4a = shadow_adjoint(adjointlss_problem_a)
6464

6565
@test res1[1]1 atol=1e-1
66-
@test res2[1]1 atol=1e-1
66+
@test res2[1]1 atol=2e-1
6767
@test res3[1]1 atol=5e-2
6868

6969
@test res1res1a atol=1e-10

0 commit comments

Comments
 (0)