mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +00:00
superscript.py v 0.0.0.009
changes to config.csv
This commit is contained in:
parent
c1d2fab930
commit
1d5c26195b
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
2020ilch
|
2020ilch
|
||||||
balls-blocked, basic_stats
|
balls-blocked,basic_stats
|
||||||
balls-collected, basic_stats
|
balls-collected,basic_stats
|
||||||
balls-lower, basic_stats
|
balls-lower,basic_stats
|
||||||
balls-started, basic_stats
|
balls-started,basic_stats
|
||||||
balls-upper, basic_stats
|
balls-upper,basic_stats
|
|
@ -3,10 +3,13 @@
|
|||||||
# Notes:
|
# Notes:
|
||||||
# setup:
|
# setup:
|
||||||
|
|
||||||
__version__ = "0.0.0.008"
|
__version__ = "0.0.0.009"
|
||||||
|
|
||||||
# changelog should be viewed using print(analysis.__changelog__)
|
# changelog should be viewed using print(analysis.__changelog__)
|
||||||
__changelog__ = """changelog:
|
__changelog__ = """changelog:
|
||||||
|
0.0.0.009:
|
||||||
|
- tested working
|
||||||
|
- prints out stats for the time being, will push to database later
|
||||||
0.0.0.008:
|
0.0.0.008:
|
||||||
- added data import
|
- added data import
|
||||||
- removed tba import
|
- removed tba import
|
||||||
@ -64,6 +67,7 @@ def main():
|
|||||||
apikey = an.load_csv("keys.txt")[0][0]
|
apikey = an.load_csv("keys.txt")[0][0]
|
||||||
data = d.get_data_formatted(apikey, competition)
|
data = d.get_data_formatted(apikey, competition)
|
||||||
results = simpleloop(data, config)
|
results = simpleloop(data, config)
|
||||||
|
#print(data)
|
||||||
print(results)
|
print(results)
|
||||||
|
|
||||||
def load_config(file):
|
def load_config(file):
|
||||||
|
Loading…
Reference in New Issue
Block a user