Skip to content

Commit 8da575b

Browse files
authored
Remove constraint in rrule (#50)
1 parent 1f93d66 commit 8da575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ImplicitDifferentiationChainRulesExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Keyword arguments are given to both `implicit.forward` and `implicit.conditions`
1515
"""
1616
function ChainRulesCore.rrule(
1717
rc::RuleConfig, implicit::ImplicitFunction, x::AbstractArray{R}; kwargs...
18-
) where {R<:Real}
18+
) where {R}
1919
conditions = implicit.conditions
2020
linear_solver = implicit.linear_solver
2121

0 commit comments

Comments
 (0)