From a2becdfd8c89a640223e65a763e48ab6c3d43e93 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Mon, 9 Sep 2024 15:21:31 +0530 Subject: [PATCH] refactor: format --- test/initial_values.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/initial_values.jl b/test/initial_values.jl index 43cfa103a6..2ff1b0c2a3 100644 --- a/test/initial_values.jl +++ b/test/initial_values.jl @@ -61,7 +61,7 @@ tspan = (0.0, 1.0) ps = [k1 => 1.0, k2 => 5.0] # Broken since we need both X1 and X2 to initialize Γ but this makes the initialization system # overdetermined because parameter initialization isn't in yet -@test_warn "overdetermined" oprob = ODEProblem(osys_m, u0, tspan, ps) +@test_warn "overdetermined" oprob=ODEProblem(osys_m, u0, tspan, ps) # Make sure it doesn't error on array variables with unspecified size @parameters p::Vector{Real} q[1:3]