Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit b5e2fe3

Browse files
committed
Update WrapFunc in vecjac tests
1 parent 0c6f6fd commit b5e2fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_vecjac_products.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _f(u) = A * u
1414

1515
# Define state-dependent functions for operator tests
1616
include("update_coeffs_testutils.jl")
17-
f = WrapFunc(_f, ones(N), 1.0, 1.0)
17+
f = WrapFunc(_f, 1.0, 1.0)
1818

1919
@info "VecJac"
2020

0 commit comments

Comments
 (0)