mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 15:07:21 +00:00
bug fixes
This commit is contained in:
@@ -990,7 +990,7 @@ class ArrayTest(): # tests on nd arrays independent of basic_stats
|
||||
|
||||
temp = np.array([])
|
||||
|
||||
for a in *args:
|
||||
for a in args:
|
||||
temp += a
|
||||
|
||||
return temp
|
||||
@@ -999,7 +999,7 @@ class ArrayTest(): # tests on nd arrays independent of basic_stats
|
||||
|
||||
temp = np.array([])
|
||||
|
||||
for a in *args:
|
||||
for a in args:
|
||||
temp *= a
|
||||
|
||||
return temp
|
||||
|
Reference in New Issue
Block a user