RMG-Py
RMG-Py copied to clipboard
Typo at RMG User's Guide
Bug Description
There is a wrong input at Example Input Files at RMG User's Guide (https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/examples.html?)
How To Reproduce
It says:
# overrides RMG transport calculations with these values.
# if species exist in multiple libraries, the earlier libraries overwrite the previous values
transportLibraries=['PrimaryTransportLibrary.py'],
the .py
should not be there for this to work, so instead it should say:
# overrides RMG transport calculations with these values.
# if species exist in multiple libraries, the earlier libraries overwrite the previous values
transportLibraries=['PrimaryTransportLibrary'],
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
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days.
This constitutes a bug but is easy to fix.