Skip to content

Commit

Permalink
Merge pull request #798 from kishore-nori/AD-for-SkeletonIntegration
Browse files Browse the repository at this point in the history
To remove an old comment not relevant anymore
  • Loading branch information
amartinhuertas authored Jun 13, 2022
2 parents ca180fb + c2fe384 commit 56b97ea
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Arrays/Autodiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,3 @@ function evaluate!(result,k::AutoDiffMap,ydual,x,cfg::ForwardDiff.JacobianConfig
ForwardDiff.extract_value!(T, result, ydual)
return result
end



# earlier the dispatch of autodiff_array_gradient for Skeleton terms was
# based on the SkeletonPair (which is intuitive as it has fields plus and minus)
# autodiff_array_gradient(a,i_to_x,j_to_i::SkeletonPair)
# but src/Arrays/ can import SkeletonPair for the above dispatch due to
# circular dependency of modules
# so now we just tuple instead of SkeletonPair, where the first entry of the
# tuple corresponds to plus side and the second to minus

0 comments on commit 56b97ea

Please sign in to comment.