You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/network_analysis/network_properties.jl
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -148,10 +148,10 @@ let
148
148
@testlength(slcs) ==3
149
149
@testlength(tslcs) ==2
150
150
@testissubset([[1,2], [3,4,5], [6,7]], slcs)
151
-
@testissubset([[3,4,5], [6,7]], tslcs)
151
+
@testissubset([[3,4,5], [6,7]], tslcs)
152
152
end
153
153
154
-
# b) Makes the D + E --> G reaction irreversible. Thus, (D+E) becomes a non-terminal linkage class. Checks whether correctly identifies both (A, B+C) and (D+E) as non-terminal
154
+
# b) Makes the D + E --> G reaction irreversible. Thus, (D+E) becomes a non-terminal linkage class. Checks whether correctly identifies both (A, B+C) and (D+E) as non-terminal
155
155
let
156
156
rn =@reaction_networkbegin
157
157
(k1, k2), A <--> B + C
@@ -168,10 +168,10 @@ let
168
168
@testlength(slcs) ==4
169
169
@testlength(tslcs) ==2
170
170
@testissubset([[1,2], [3,4,5], [6], [7]], slcs)
171
-
@testissubset([[3,4,5], [7]], tslcs)
171
+
@testissubset([[3,4,5], [7]], tslcs)
172
172
end
173
173
174
-
# From a), makes the B + C <--> D reaction reversible. Thus, the non-terminal (A, B+C) linkage class gets absorbed into the terminal (A, B+C, D, E, 2F) linkage class, and the terminal linkage classes and strong linkage classes coincide.
174
+
# From a), makes the B + C <--> D reaction reversible. Thus, the non-terminal (A, B+C) linkage class gets absorbed into the terminal (A, B+C, D, E, 2F) linkage class, and the terminal linkage classes and strong linkage classes coincide.
175
175
let
176
176
rn =@reaction_networkbegin
177
177
(k1, k2), A <--> B + C
@@ -188,13 +188,13 @@ let
188
188
@testlength(slcs) ==2
189
189
@testlength(tslcs) ==2
190
190
@testissubset([[1,2,3,4,5], [6,7]], slcs)
191
-
@testissubset([[1,2,3,4,5], [6,7]], tslcs)
191
+
@testissubset([[1,2,3,4,5], [6,7]], tslcs)
192
192
end
193
193
194
194
# Simple test for strong and terminal linkage classes
0 commit comments