From 636346fe1d04cac54c93a55caa5b6a36a60a7bbc Mon Sep 17 00:00:00 2001 From: Gaurav Arya Date: Mon, 27 Mar 2023 23:07:25 -0400 Subject: [PATCH] Update WrapFunc in vecjac tests --- test/test_vecjac_products.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_vecjac_products.jl b/test/test_vecjac_products.jl index 400fd09f..6aea35de 100644 --- a/test/test_vecjac_products.jl +++ b/test/test_vecjac_products.jl @@ -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"