Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 authored Apr 12, 2024
1 parent 1c32181 commit f6589b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ PolyesterForwardDiff.threaded_jacobian!(g!, y, dx, x, ForwardDiff.Chunk(8),Val{t


X = randn(10,80);
dXref = similar(x);
dX = similar(x);
dXref = similar(X);
dX = similar(X);
ForwardDiff.gradient!(dXref, f, X, ForwardDiff.GradientConfig(f, x, ForwardDiff.Chunk(8), nothing));
PolyesterForwardDiff.threaded_gradient!(f, dX, X, ForwardDiff.Chunk(8));

Expand Down

0 comments on commit f6589b3

Please sign in to comment.