removing power > 2000W from CP chart
This commit is contained in:
@@ -223,6 +223,9 @@ def getcp(dfgrouped,logarr):
|
||||
mask = rolling_std == 0
|
||||
ww.loc[mask] = 0
|
||||
|
||||
mask = ww > 2000
|
||||
ww.loc[mask] = 0
|
||||
|
||||
tmax = tt.max()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user