mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
fixed indent part 2
This commit is contained in:
parent
b79cedae68
commit
7a362476c9
@ -361,7 +361,7 @@ def z_normalize(array, *args):
|
|||||||
for arg in args:
|
for arg in args:
|
||||||
array = sklearn.preprocessing.normalize(array, axis = arg)
|
array = sklearn.preprocessing.normalize(array, axis = arg)
|
||||||
|
|
||||||
return array
|
return array
|
||||||
|
|
||||||
@jit(forceobj=True)
|
@jit(forceobj=True)
|
||||||
# expects 2d array of [x,y]
|
# expects 2d array of [x,y]
|
||||||
|
Loading…
Reference in New Issue
Block a user