example
This commit is contained in:
@@ -9,10 +9,10 @@ def gen_expr():
|
|||||||
|
|
||||||
prs = ReactionSystemWithConcentrationsParam()
|
prs = ReactionSystemWithConcentrationsParam()
|
||||||
|
|
||||||
entities = ["a", "b", "c", "h"]
|
ent_with_conc = [("a", 3), ("b",2), ("c",1), ("h",1)]
|
||||||
|
|
||||||
for ent in entities:
|
for ec in ent_with_conc:
|
||||||
prs.add_bg_set_entity((ent, 3))
|
prs.add_bg_set_entity(ec)
|
||||||
|
|
||||||
lda = prs.get_param("lda")
|
lda = prs.get_param("lda")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user