Skip to content

Commit 899b305

Browse files
committed
- The comments of the added test reactions are now right.
1 parent e71c0ec commit 899b305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/reactionsystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rxs = [Reaction(k[1], nothing, [A]), # 0 -> A
1414
Reaction(k[10], [A], [C,D], [2], [1,1]), # 2A -> C + D
1515
Reaction(k[11], [A], [A,B], [2], [1,1]), # 2A -> A + B
1616
Reaction(k[12], [A,B,C], [C,D], [1,3,4], [2, 3]), # A+3B+4C -> 2C + 3D
17-
Reaction(k[13], [A,B], nothing, [3,1], nothing), # 2A+B -> 0
18-
Reaction(k[14], nothing, [A], nothing, [2]), # 0 -> 3A
17+
Reaction(k[13], [A,B], nothing, [3,1], nothing), # 3A+B -> 0
18+
Reaction(k[14], nothing, [A], nothing, [2]), # 0 -> 2A
1919
Reaction(k[15]*A/(2+A), [A], nothing; only_use_rate=true) # A -> 0 with custom rate
2020
]
2121
rs = ReactionSystem(rxs,t,[A,B,C,D],k)

0 commit comments

Comments
 (0)