ReactionMechanismGenerator / RMG-tests

Continous Integration Testing Platform for RMG-Py
3 stars 14 forks source link

Tests fail if branch name contains hyphen #74

Closed mliu49 closed 1 year ago

mliu49 commented 5 years ago

Currently we parse the RMG-tests branch name in order to determine the correct RMG-Py/database branch to test. The parsing method currently relies on splitting the name on hyphens, which causes failures if the RMG-Py/database branch name contains hyphens.

JacksonBurns commented 1 year ago

This is no longer an issue in the new regression testing used in https://github.com/ReactionMechanismGenerator/RMG-Py