first holoview chart
This commit is contained in:
@@ -1657,7 +1657,10 @@ def handle_makeplot(f1, f2, t, hrdata, plotnr, imagename,
|
||||
except IOError:
|
||||
row = rdata(f2 + '.gz', rower=rr)
|
||||
|
||||
haspower = row.df[' Power (watts)'].mean() > 50
|
||||
try:
|
||||
haspower = row.df[' Power (watts)'].mean() > 50
|
||||
except TypeError:
|
||||
haspower = True
|
||||
|
||||
nr_rows = len(row.df)
|
||||
if (plotnr in [1, 2, 4, 5, 8, 11, 9, 12]) and (nr_rows > 1200):
|
||||
|
||||
Reference in New Issue
Block a user