Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-03-26 21:08:40 +01:00
parent 20af0e1aa2
commit e79206c7c1
5 changed files with 28 additions and 6 deletions

View File

@@ -1661,6 +1661,8 @@ def handle_makeplot(f1, f2, t, hrdata, plotnr, imagename,
haspower = row.df[' Power (watts)'].mean() > 50
except TypeError:
haspower = True
except KeyError:
haspower = False
nr_rows = len(row.df)
if (plotnr in [1, 2, 4, 5, 8, 11, 9, 12]) and (nr_rows > 1200):