Skip to content

Commit

Permalink
Merge pull request #106 from cgeoga/convg_check
Browse files Browse the repository at this point in the history
Small fix for previous EnzymeRules PR
  • Loading branch information
heltonmc authored May 30, 2023
2 parents 75d01ee + d9dfab7 commit 52b6948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/BesselsEnzymeCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module BesselsEnzymeCoreExt
::Type{Const{Bool}},
t::Duplicated{T},
s::Duplicated{T}) where{T}
check_convergence(t.val, s.val) && check_convergence(t.dval, s.val)
check_convergence(t.val, s.val) && check_convergence(t.dval, s.dval)
end

# This will be fixed upstream: see #861 for Enzyme.jl whenever the next
Expand Down

0 comments on commit 52b6948

Please sign in to comment.