Skip to content

Commit ac44a97

Browse files
committed
Correct sig for taylor trick application
1 parent 6f80e5b commit ac44a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stage1/forward.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ end
258258
# Converts nested AD into Taylor AD (in Eras mode only)
259259
# Note: It does not matter if the inner ∂☆recurse was Eras mode or not, only the outer ∂☆.
260260
# TODO: Generalize to N,M
261-
@inline function (::∂☆{1,true})(rec::AbstractZeroBundle{1, ∂☆recurse{1}}, args::ATB{1}...)
261+
@inline function (::∂☆{1,true})(rec::AbstractZeroBundle{1, <:∂☆recurse{1}}, args::ATB{1}...)
262262
return shuffle_down_bundle(∂☆recurse{2,true}()(map(shuffle_up_bundle, args)...))
263263
end
264264

0 commit comments

Comments
 (0)