fixed indent part 2

This commit is contained in:
ltcptgeneral 2020-05-01 23:16:32 -05:00
parent 80791744c8
commit cd68bd41c4

View File

@ -361,7 +361,7 @@ def z_normalize(array, *args):
for arg in args:
array = sklearn.preprocessing.normalize(array, axis = arg)
return array
return array
@jit(forceobj=True)
# expects 2d array of [x,y]