Skip to content

Commit

Permalink
Update WrapFunc in vecjac tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Mar 28, 2023
1 parent ca9b490 commit 3bf8ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_vecjac_products.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _f(u) = A * u

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

@info "VecJac"

Expand Down

0 comments on commit 3bf8ae6

Please sign in to comment.