Hi Bryan and Tullio,
I was wondering if you managed to solve this issue. I'm dealing with a similar error (see below). I converted using ck2yaml. The error says that "No duplication found" but the duplicated reaction is just before this one and the 'duplicate' option is set to true. See the mechanism and the CK files attached.
Kind regards,
Felipe
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cantera/base.pyx", line 71, in cantera._cantera._SolutionBase.__cinit__
File "cantera/base.pyx", line 128, in cantera._cantera._SolutionBase._cinit
File "cantera/base.pyx", line 215, in cantera._cantera._SolutionBase._init_yaml
cantera._cantera.CanteraError:
*******************************************************************************
InputFileError thrown by Kinetics::checkDuplicates:
Error on line 12069 of ./DTU_Mech.yaml:
No duplicate found for declared duplicate reaction number 1046 (CH3CCH + H <=> CH3CHCH)
| Line |
| 12064 | - {P: 0.001 atm, A: 1.97e+46, b: -11.91, Ea: 7456.0}
| 12065 | - {P: 0.039 atm, A: 2.59e+45, b: -11.23, Ea: 8046.0}
| 12066 | - {P: 1.0 atm, A: 6.93e+39, b: -9.11, Ea: 7458.0}
| 12067 | - {P: 10.0 atm, A: 6.81e+34, b: -7.29, Ea: 6722.0}
| 12068 | - {P: 100.0 atm, A: 5.65e+29, b: -5.39, Ea: 6150.0}
> 12069 > - equation: CH3CCH + H <=> CH3CHCH # Reaction 1047
^
| 12070 | duplicate: true
| 12071 | type: pressure-dependent-Arrhenius
| 12072 | rate-constants:
*******************************************************************************