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

Add error trapping for species inputs #58

Closed jcsutherland closed 4 years ago

jcsutherland commented 4 years ago

If a species is "retained" or "target" and isn't found in the cantera input file, that error should be trapped. It is presently silently ignored, which can give unexpected results. Also note that the species names are case-sensitive.

kyleniemeyer commented 4 years ago

Good catch, thanks.