Skip to content

Commit 50a0a59

Browse files
committed
Fix ChainRulesCore extension
1 parent d99966b commit 50a0a59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/MeasureBaseChainRulesCoreExt.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ ChainRulesCore.rrule(::typeof(check_dof), ν, μ) = check_dof(ν, μ), _check_do
4242
_checked_arg_pullback(ΔΩ) = NoTangent(), NoTangent(), ΔΩ
4343
ChainRulesCore.rrule(::typeof(checked_arg), ν, x) = checked_arg(ν, x), _checked_arg_pullback
4444

45-
_check_dof_pullback(ΔΩ) = NoTangent(), NoTangent(), NoTangent()
46-
ChainRulesCore.rrule(::typeof(check_dof), ν, μ) = check_dof(ν, μ), _check_dof_pullback
47-
4845
# = return type inference ====================================================
4946

5047
using MeasureBase: logdensityof_rt

0 commit comments

Comments
 (0)