using upper limit for OTW breakthrough detection
This commit is contained in:
@@ -131,7 +131,7 @@ class PredictedPieceForm(forms.Form):
|
||||
)
|
||||
pieceunit = forms.ChoiceField(required=True,choices=unitchoices,
|
||||
initial='t',label='Unit')
|
||||
value = forms.IntegerField(initial=10,label='Value')
|
||||
value = forms.FloatField(initial=10,label='Value')
|
||||
|
||||
class Meta:
|
||||
fields = ['value','pieceunit']
|
||||
|
||||
Reference in New Issue
Block a user