Skip to content

Commit b1ffebf

Browse files
Update test/forwarddiff_overloads.jl
1 parent ca45244 commit b1ffebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forwarddiff_overloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ cache = overload_x_p.cache
194194
reinit!(cache; A = sparse(A))
195195
overload_x_p = solve!(cache, UMFPACKFactorization())
196196
backslash_x_p = A \ b
197-
@test (overload_x_p, backslash_x_p, rtol = 1e-9)
197+
@test (overload_x_p, backslash_x_p, rtol = 1e-9)
198198

199199
# Test that GenericLU doesn't create a DualLinearCache
200200
A, b = h([ForwardDiff.Dual(5.0, 1.0, 0.0), ForwardDiff.Dual(5.0, 0.0, 1.0)])

0 commit comments

Comments
 (0)