mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
bug fixes
This commit is contained in:
parent
6d80ffca59
commit
16603392c9
@ -990,7 +990,7 @@ class ArrayTest(): # tests on nd arrays independent of basic_stats
|
|||||||
|
|
||||||
temp = np.array([])
|
temp = np.array([])
|
||||||
|
|
||||||
for a in *args:
|
for a in args:
|
||||||
temp += a
|
temp += a
|
||||||
|
|
||||||
return temp
|
return temp
|
||||||
@ -999,7 +999,7 @@ class ArrayTest(): # tests on nd arrays independent of basic_stats
|
|||||||
|
|
||||||
temp = np.array([])
|
temp = np.array([])
|
||||||
|
|
||||||
for a in *args:
|
for a in args:
|
||||||
temp *= a
|
temp *= a
|
||||||
|
|
||||||
return temp
|
return temp
|
||||||
|
Loading…
Reference in New Issue
Block a user