We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 229e691 + 323e20f commit 6e1109eCopy full SHA for 6e1109e
Project.toml
@@ -1,7 +1,7 @@
1
name = "SciMLSensitivity"
2
uuid = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
3
authors = ["Christopher Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4
-version = "7.74.0"
+version = "7.77.0"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
test/shadowing.jl
@@ -63,7 +63,7 @@ using Zygote
63
res4a = shadow_adjoint(adjointlss_problem_a)
64
65
@test res1[1]≈1 atol=1e-1
66
- @test res2[1]≈1 atol=1e-1
+ @test res2[1]≈1 atol=2e-1
67
@test res3[1]≈1 atol=5e-2
68
69
@test res1≈res1a atol=1e-10
0 commit comments