Richard West

Results 233 comments of Richard West

Looks like it was last rebased 10 months ago.

Thanks Chris and Matt. Should we update the instructions on [updating code](https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/documentation/source/users/rmg/installation/updatingSourceCode.rst) so people can keep up to date with RMS? and is anything needed to "compile" it?

Looks like https://github.com/ReactionMechanismGenerator/RMG-database/commit/91f6793bb2eba72ba9804e2ef90d14f9b2cde056 added ``` entry( index = 2030, label = "S6ddd", group = """ 1 * S6ddd u0 """, thermo = u'S6ddd-XdXdXd', shortDesc = u"""Sulfur/Oxygen Extension, Ryan Gillis""", longDesc...

This first commit breaks things. Trying to create a new conda environment from this file on my Mac: ``` conda env create --name rmg1 --file environment.yml Collecting package metadata (repodata.json):...

So this version, getting cantera from the `cantera` channel, manages to resolve and install the environment. Some of the to_cantera methods fail with Cantera 2.6, so we'll need to cherry-pick...

I'm not clear from a cursory reading - is this something we can address by updating our environment.yml file?

Just installed miniconda and rmg-py on a fresh MacOS. Based on the current `environment.yml` conda chose ``` # Name Version Build Channel graphviz 2.38.0 3 rmg ``` though there are...

I don't know of anyone currently working on this Cantera-yaml output.

I think you've identified the problem correctly. As for the solution, if David's idea doesn't work and you do have to add a special case, I would try to make...

Thanks for reporting this! Here's where to fix it, if anyone wants a good first pull request https://github.com/ReactionMechanismGenerator/RMG-Py/edit/master/examples/rmg/commented/input.py#L22