added filtering on OTW efficiency < 200
This commit is contained in:
@@ -65,7 +65,7 @@ rowingmetrics = (
|
||||
'null':True,
|
||||
'verbose_name': 'Average Drive Force (N)',
|
||||
'ax_min': 0,
|
||||
'ax_max': 900,
|
||||
'ax_max': 1200,
|
||||
'mode':'both',
|
||||
'type': 'pro'}),
|
||||
|
||||
@@ -74,7 +74,7 @@ rowingmetrics = (
|
||||
'null':True,
|
||||
'verbose_name': 'Peak Drive Force (N)',
|
||||
'ax_min': 0,
|
||||
'ax_max': 900,
|
||||
'ax_max': 1500,
|
||||
'mode':'both',
|
||||
'type': 'pro'}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user