patch fps

This commit is contained in:
Florent Guiotte 2020-05-31 12:55:56 +02:00
parent eec4684e67
commit 78b01a5751

View File

@ -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 = []