File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 40
40
@test isweaklyreversible (MAPK, subnetworks (MAPK)) == false
41
41
cls = conservationlaws (MAPK)
42
42
@test Catalyst. get_networkproperties (MAPK). rank == 15
43
+
44
+ rates = rand (numparams (MAPK))
45
+ @test Catalyst. complexbalanced (MAPK, rates) == false
43
46
# i=0;
44
47
# for lcs in linkageclasses(MAPK)
45
48
# i=i+1
77
80
@test isweaklyreversible (rn2, subnetworks (rn2)) == false
78
81
cls = conservationlaws (rn2)
79
82
@test Catalyst. get_networkproperties (rn2). rank == 6
83
+
84
+ rates = rand (numparams (rn2))
85
+ @test Catalyst. complexbalanced (rn2, rates) == false
80
86
# i=0;
81
87
# for lcs in linkageclasses(rn2)
82
88
# i=i+1
117
123
@test isweaklyreversible (rn3, subnetworks (rn3)) == false
118
124
cls = conservationlaws (rn3)
119
125
@test Catalyst. get_networkproperties (rn3). rank == 10
126
+
127
+ rates = rand (numparams (rn3))
128
+ @test Catalyst. complexbalanced (rn3, rates) == false
120
129
# i=0;
121
130
# for lcs in linkageclasses(rn3)
122
131
# i=i+1
You can’t perform that action at this time.
0 commit comments