mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +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:
|
||||
array = sklearn.preprocessing.normalize(array, axis = arg)
|
||||
|
||||
return array
|
||||
return array
|
||||
|
||||
@jit(forceobj=True)
|
||||
# expects 2d array of [x,y]
|
||||
|
Loading…
Reference in New Issue
Block a user