We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3ecba commit e69e8a2Copy full SHA for e69e8a2
t3/utils/writer.py
@@ -249,6 +249,7 @@ def write_rmg_input_file(rmg: dict,
249
pdep['method'] = METHOD_MAP[pdep['method']]
250
pdep['T_min'], pdep['T_max'], pdep['T_count'] = pdep['T']
251
pdep['P_min'], pdep['P_max'], pdep['P_count'] = pdep['P']
252
+ pdep['T_count'], pdep['P_count'] = int(pdep['T_count']), int(pdep['P_count'])
253
del pdep['T']
254
del pdep['P']
255
if pdep['interpolation'] == 'PDepArrhenius':
0 commit comments