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, drivespeed=drivespeed,
rhythm=rhythm, rhythm=rhythm,
distanceperstroke=distanceperstroke, distanceperstroke=distanceperstroke,
powerhr=powerhr, # powerhr=powerhr,
) )
) )

View File

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

Binary file not shown.