We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716750d commit 93c54cfCopy full SHA for 93c54cf
petabtests/cases/v2.0.0/sbml/0002/0002.py
@@ -23,8 +23,8 @@
23
# problem --------------------------------------------------------------------
24
25
problem = Problem()
26
-problem.add_condition("c0", a0=0.8)
27
-problem.add_condition("c1", a0=0.9)
+problem.add_condition("c0", A=0.8)
+problem.add_condition("c1", B=0.9)
28
29
problem.add_experiment("e1", 0, "c0")
30
problem.add_experiment("e2", 0, "c1")
petabtests/cases/v2.0.0/sbml/0002/_conditions.tsv
@@ -1,3 +1,3 @@
1
conditionId targetId targetValue
2
-c0 a0 0.8
3
-c1 a0 0.9
+c0 A 0.8
+c1 B 0.9
0 commit comments