Private
Public Access
1
0

removed StrokeData table and all references to it

This commit is contained in:
Sander Roosendaal
2019-10-23 20:17:49 +02:00
parent c0e8e448e3
commit 7a26669cd7
7 changed files with 17 additions and 103 deletions

View File

@@ -290,8 +290,14 @@ rowingmetrics = (
)
dtypes = {}
for name,d in rowingmetrics:
if d['numtype'] == 'float':
dtypes[name] = float
elif d['numtype'] == 'int':
dtypes[name] = int
axesnew = [
(name,d['verbose_name'],d['ax_min'],d['ax_max'],d['type']) for name,d in rowingmetrics
]