diff --git a/interfaces/cython/cantera/ck2yaml.py b/interfaces/cython/cantera/ck2yaml.py index 39df856bf..30dd39edc 100644 --- a/interfaces/cython/cantera/ck2yaml.py +++ b/interfaces/cython/cantera/ck2yaml.py @@ -498,7 +498,7 @@ class Chebyshev(KineticsModel): self.quantity_units = quantity_units def reaction_string_suffix(self, species): - return ' (+{})'.format(species) + return ' (+{})'.format(species if species else 'M') def reduce(self, output): output['type'] = 'Chebyshev'