diff --git a/interfaces/cython/cantera/ck2yaml.py b/interfaces/cython/cantera/ck2yaml.py index bac007634..01c7c395c 100644 --- a/interfaces/cython/cantera/ck2yaml.py +++ b/interfaces/cython/cantera/ck2yaml.py @@ -620,7 +620,7 @@ class Troe: def reduce(self, output): troe = FlowMap([('A', self.A), ('T3', self.T3), ('T1', self.T1)]) - if self.T2: + if self.T2 is not None: troe['T2'] = self.T2 output['Troe'] = troe