modify current max senario time from 150s to 250s

This commit is contained in:
gitea 2024-10-12 21:49:16 +08:00
parent 880964f675
commit c9fa3a4473

View File

@ -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}"