Skip to content

Commit d5cafc2

Browse files
committed
fix examples with malformed Chebyshev polynomials
1 parent 51f4f96 commit d5cafc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/rmg/MR_test/input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@
275275
minimumNumberOfGrains=250,
276276
#the conditions for the rate to be output over
277277
#parameter order is: low_value, high_value, units, internal points
278-
temperatures=(300,2200,'K',2),
279-
pressures=(0.01,100.01,'bar',3),
278+
temperatures=(300,2200,'K',10),
279+
pressures=(0.01,100.01,'bar',10),
280280
#The two options for interpolation are 'PDepArrhenius' (no extra arguments) and
281281
#'Chebyshev' which is followed by the number of basis sets in
282282
#Temperature and Pressure. These values must be less than the number of

examples/rmg/commented/input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250
minimumNumberOfGrains=250,
251251
# the conditions for the rate to be output over
252252
# parameter order is: low_value, high_value, units, internal points
253-
temperatures=(300, 2200, 'K', 2),
254-
pressures=(0.01, 100, 'bar', 3),
253+
temperatures=(300, 2200, 'K', 10),
254+
pressures=(0.01, 100, 'bar', 10),
255255
# The two options for interpolation are 'PDepArrhenius' (no extra arguments) and
256256
# 'Chebyshev' which is followed by the number of basis sets in
257257
# Temperature and Pressure. These values must be less than the number of

0 commit comments

Comments
 (0)