mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-06 06:57:21 +00:00
Rename analysis-better.py to analysis.py
This commit is contained in:
@@ -943,4 +943,4 @@ def stdev(data, xbar=None):
|
|||||||
return var.sqrt()
|
return var.sqrt()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return math.sqrt(var)
|
return math.sqrt(var)
|
||||||
"""
|
"""
|
Reference in New Issue
Block a user