Skip to content

Commit 696fc00

Browse files
committed
up
1 parent 5f865d3 commit 696fc00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/reactionsystem_structure/coupled_equation_reaction_systems.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ let
480480
end
481481
end
482482

483+
483484
### Unusual Differentials Tests ###
484485

485486
# Tests that coupled CRN/DAEs with higher order differentials can be created.
@@ -584,6 +585,7 @@ let
584585
@test osol_messy[[:S, :I, :R, :M, :H]] osol_ordered[[:S, :I, :R, :M, :H]]
585586
end
586587

588+
587589
### DSL Tests ###
588590

589591
# Check that a coupled CRN/DAE created programmatically and via the DSL are identical.
@@ -848,7 +850,6 @@ let
848850
@test solve(oprob_1, Tsit5()) == solve(oprob_2, Tsit5()) == solve(oprob_3, Tsit5())
849851
end
850852

851-
852853
# Checks that various misformatted declarations yield errors.
853854
let
854855
# Symbol in equation not appearing elsewhere (1).
@@ -921,6 +922,7 @@ let
921922
end
922923
end
923924

925+
924926
### Error Tests ###
925927

926928
# Checks that various erroneous coupled system declarations yield errors.

0 commit comments

Comments
 (0)