Skip to content

Commit 6e1109e

Browse files
Merge branch 'master' into dg/initprob
2 parents 229e691 + 323e20f commit 6e1109e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLSensitivity"
22
uuid = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
33
authors = ["Christopher Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "7.74.0"
4+
version = "7.77.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

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)