Skip to content

Commit e9fc8eb

Browse files
authored
renenable ChainRules tests now that ChainRulesTestUtils is fixed (#290)
1 parent 45f38ff commit e9fc8eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
88

99
[compat]
1010
ChainRulesCore = "0.9"
11+
ChainRulesTestUtils = "0.5.10"
1112
OpenSpecFun_jll = "0.5"
1213
julia = "1.3"
1314

test/chainrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
Δx, x̄ = randn(2)
6767
Δz = (randn(), randn())
6868

69-
# frule_test(logabsgamma, (x, Δx)) # uncomment when #288 is fixed
69+
frule_test(logabsgamma, (x, Δx))
7070
rrule_test(logabsgamma, Δz, (x, x̄))
7171
end
7272
end

0 commit comments

Comments
 (0)