Skip to content

Commit a2becdf

Browse files
refactor: format
1 parent a9bbbb6 commit a2becdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initial_values.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tspan = (0.0, 1.0)
6161
ps = [k1 => 1.0, k2 => 5.0]
6262
# Broken since we need both X1 and X2 to initialize Γ but this makes the initialization system
6363
# overdetermined because parameter initialization isn't in yet
64-
@test_warn "overdetermined" oprob = ODEProblem(osys_m, u0, tspan, ps)
64+
@test_warn "overdetermined" oprob=ODEProblem(osys_m, u0, tspan, ps)
6565

6666
# Make sure it doesn't error on array variables with unspecified size
6767
@parameters p::Vector{Real} q[1:3]

0 commit comments

Comments
 (0)