patch fps
This commit is contained in:
parent
eec4684e67
commit
78b01a5751
@ -16,11 +16,11 @@ memory = Memory(location='cache/', verbose=0)
|
||||
|
||||
|
||||
@memory.cache
|
||||
def _feature_profiles(*kwargs):
|
||||
return sap.feature_profiles(*kwargs)
|
||||
def _feature_profiles(**kwargs):
|
||||
return sap.feature_profiles(**kwargs)
|
||||
|
||||
|
||||
def run(gt, rasters, coords, remove, attributes, adjacency='4',
|
||||
def run(gt, rasters, coords, remove, attributes, adjacency=4,
|
||||
feature='same', filtering='direct'):
|
||||
X = []
|
||||
y = []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user