bug fix
This commit is contained in:
@@ -252,7 +252,7 @@ def getcp(dfgrouped,logarr):
|
||||
|
||||
dt = pd.Series(dt)
|
||||
cpw = pd.Series(cpw)
|
||||
if len(dt):
|
||||
if len(dt)>2:
|
||||
cpvalues = griddata(dt.values,
|
||||
cpw.values,
|
||||
logarr,method='linear',
|
||||
|
||||
Reference in New Issue
Block a user