modify current max senario time from 150s to 250s
This commit is contained in:
parent
880964f675
commit
c9fa3a4473
@ -326,7 +326,7 @@ def p_scenario(wb, single, vel, trq, rpms, rrs, dur, w2t):
|
||||
data.append(df.iloc[row, 1])
|
||||
|
||||
i = 0
|
||||
for row in ws.iter_rows(min_row=2, min_col=2, max_row=150000, max_col=3):
|
||||
for row in ws.iter_rows(min_row=2, min_col=2, max_row=250000, max_col=3):
|
||||
for cell in row:
|
||||
try:
|
||||
_ = f"{data[i]:.2f}"
|
||||
|
Reference in New Issue
Block a user