Niemeyer-Research-Group / pyMARS

Python-based (chemical kinetic) Model Automatic Reduction Software
https://niemeyer-research-group.github.io/pyMARS/
MIT License
57 stars 45 forks source link

Parser issue: YAML reserved keywords NO #77

Closed sandeepjella closed 3 years ago

sandeepjella commented 3 years ago

Specifying NO as a target or retained species results in an evaluation of YAML to 'False' for NO resulting in a PyMARS assert error.

I guess the source code can be modified in some way but it is easier simply to put NO in quotation marks in the yaml file...e.g "NO"

Thereupon, the NO species is read in without a problem.

Sandeep.