Private
Public Access
1
0

Merge branch 'release/v10.07'

This commit is contained in:
Sander Roosendaal
2019-07-31 23:26:51 +02:00
3 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',

Binary file not shown.