mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
hotfix 2000
This commit is contained in:
parent
7710da503b
commit
aaa548fb65
@ -1104,4 +1104,4 @@ def stdev(data, xbar=None):
|
||||
try:
|
||||
return var.sqrt()
|
||||
except AttributeError:
|
||||
return math.sqrt(var)
|
||||
return math.sqrt(var)
|
@ -78,9 +78,9 @@ def titanservice():
|
||||
#unhelpful comment
|
||||
for measure in data: #unpacks 3d array into 2ds
|
||||
|
||||
measure_stats = []
|
||||
measure_stats = []
|
||||
|
||||
for i in range(len(measure)): #unpacks into specific teams
|
||||
for i in range(len(measure)): #unpacks into specific teams
|
||||
|
||||
ofbest_curve = [None]
|
||||
r2best_curve = [None]
|
||||
|
Loading…
Reference in New Issue
Block a user