Skip to content

Commit 7ab6005

Browse files
committed
Fix test, bump version
1 parent a868e65 commit 7ab6005

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 = "EarthSciMLBase"
22
uuid = "e53f1632-a13c-4728-9402-0c66d48804b0"
33
authors = ["EarthSciML Authors and Contributors"]
4-
version = "0.21.0"
4+
version = "0.21.1"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

test/sensitivity_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function loss(p)
9797
end
9898

9999
g = ForwardDiff.gradient(loss, [10.0, 1.0])
100-
@test g [0.0, 19841.335378973763]
100+
@test g [132162.37511207975, -5753.0834299930175]
101101

102102
@test_broken Zygote.gradient(loss, [10.0, 1.0])
103103

0 commit comments

Comments
 (0)