Skip to content

Commit bb40ca8

Browse files
committed
Format
1 parent bea9fad commit bb40ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,4 +454,4 @@ sys = structural_simplify(unsimp; fully_determined = false)
454454
@named sysx = ODESystem([D(x) ~ 0], t; initialization_eqs = [x ~ 1])
455455
@named sysy = ODESystem([D(y) ~ 0], t; initialization_eqs = [y ~ 2])
456456
sys = extend(sysx, sysy)
457-
@test length(equations(generate_initializesystem(sys))) == 2
457+
@test length(equations(generate_initializesystem(sys))) == 2

0 commit comments

Comments
 (0)