removed StrokeData table and all references to it
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user