RuleWorld / bionetgen

Rule-based modeling framework
https://bionetgen.org/
MIT License
56 stars 25 forks source link

Use parameters as arguments in actions #258

Closed jrfaeder closed 1 year ago

jrfaeder commented 2 years ago

Currently, if you try to pass a parameter value to actions, you will get an error if you refer to the parameter without enclosing it in quotation marks, and it will evaluate to 0 if you do enclose in quotation marks. In the latter case, it gets interpreted as a string, but then evaluates to zero. paramtest.bngl.txt

ASinanSaglam commented 1 year ago

Duplicate of #146, closing