Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Jul 21, 2024
1 parent 359240b commit 0037c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/manyvariables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -841,9 +841,9 @@ end
# warmup
TaylorSeries.evaluate!(v, (x1...,), r)
evaluate.(v, Ref(x1))
TaylorSeries.zero!.(r)
@time TaylorSeries.evaluate!(v, (x1...,), r)
@time r2 = evaluate.(v, Ref(x1))
# TaylorSeries.zero!.(r)
TaylorSeries.evaluate!(v, (x1...,), r)
r2 = evaluate.(v, Ref(x1))
@test r == r2
@test iszero(norm(r-r2, Inf))

Expand Down

0 comments on commit 0037c63

Please sign in to comment.