Skip to content

Commit

Permalink
follow up change
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Zgubic committed Dec 18, 2020
1 parent bc8d279 commit c7e6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function _make_j′vp_call(fdm, f, ȳ, xs, ignores)
@assert length(fd) == length(arginds)

for (dx, ind) in zip(fd, arginds)
args[ind] = dx
args[ind] = _maybe_fix_to_composite(dx)
end
return (args...,)
end
Expand Down

0 comments on commit c7e6c22

Please sign in to comment.