Private
Public Access
1
0

removing powerhr

This commit is contained in:
Sander Roosendaal
2019-07-31 23:24:22 +02:00
parent 168b80e766
commit 3f4a1aff9e
2 changed files with 9 additions and 9 deletions

View File

@@ -2240,7 +2240,7 @@ def dataprep(rowdatadf, id=0, bands=True, barchart=True, otwpower=True,
drivespeed=drivespeed,
rhythm=rhythm,
distanceperstroke=distanceperstroke,
powerhr=powerhr,
# powerhr=powerhr,
)
)

View File

@@ -86,14 +86,14 @@ rowingmetrics = (
'mode':'both',
'type':'pro'}),
('powerhr',{
'numtype':'float',
'null':True,
'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
'ax_min':0,
'ax_max':300,
'mode':'both',
'type':'pro'}),
# ('powerhr',{
# 'numtype':'float',
# 'null':True,
# 'verbose_name': 'Power Heart Rate Efficiency (J/beat)',
# 'ax_min':0,
# 'ax_max':300,
# 'mode':'both',
# 'type':'pro'}),
('spm',{
'numtype':'float',