mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bug fixes
This commit is contained in:
parent
24f8961500
commit
6fee42f6d2
@ -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