Skip to content

Commit

Permalink
Remove constraint in rrule (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored May 24, 2023
1 parent 1f93d66 commit 8da575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ImplicitDifferentiationChainRulesExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Keyword arguments are given to both `implicit.forward` and `implicit.conditions`
"""
function ChainRulesCore.rrule(
rc::RuleConfig, implicit::ImplicitFunction, x::AbstractArray{R}; kwargs...
) where {R<:Real}
) where {R}
conditions = implicit.conditions
linear_solver = implicit.linear_solver

Expand Down

0 comments on commit 8da575b

Please sign in to comment.