Closed alongd closed 5 months ago
I think the CI failed because the network dropped (https://github.com/ReactionMechanismGenerator/RMG-Py/actions/runs/9134588671) I will restart it.
WARNING:root:Initial mole fractions do not sum to one; normalizing. WARNING:root:Initial mole fractions do not sum to one; normalizing. WARNING:root:Initial mole fractions do not sum to one; normalizing. ⚠️ One or more regression tests failed. Please download the failed results and run the tests locally or check the log to see why.
beep boop this comment was written by a bot :robot:
The Chebyshev.fit_to_data() method treats the Pmin and Pmax args as SI (Pa units), see here for example:
self.Pmin = (Pmin * 1e-5, "bar")
. Make sure we transmit the arguments in SI units and not in the arbitrary units they were defined in.