working predictions and fit type
This commit is contained in:
@@ -1108,6 +1108,17 @@ class AnalysisChoiceForm(forms.Form):
|
||||
required=False,
|
||||
label='Include Rest Strokes')
|
||||
|
||||
cpfitchoices = (
|
||||
('data','Fit to Selected Workouts'),
|
||||
('automatic','Critical Power Rolling Data')
|
||||
)
|
||||
|
||||
cpfit = forms.ChoiceField(choices=cpfitchoices,
|
||||
label = 'Model Fit',initial='data',required=False)
|
||||
|
||||
piece = forms.IntegerField(initial=4,label='Ranking Piece (minutes)',
|
||||
required=False)
|
||||
|
||||
class BoxPlotChoiceForm(forms.Form):
|
||||
yparam = forms.ChoiceField(choices=parchoices,initial='spm',
|
||||
label='Metric')
|
||||
|
||||
Reference in New Issue
Block a user