1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-14 05:37:24 +00:00

Update analysis.py

This commit is contained in:
ltcptgeneral 2018-11-19 17:33:37 -06:00
parent 99fee36f20
commit 28a30a24c6

@ -612,7 +612,6 @@ def generate_data(filename, x, y, low, high):
temp = temp + str(random.uniform(low, high))
file.write(temp + "\n")
#statistics def below------------------------------------------------------------------------------------------------------------------------------------------------------
class StatisticsError(ValueError):