We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bb9d8 commit 2f098d3Copy full SHA for 2f098d3
1 file changed
tom_dataservices/data_services/alerce.py
@@ -70,6 +70,9 @@ def add_classifiers_fields(self) -> list[tuple[str, str]]:
70
self.fields[prob_field_name] = forms.FloatField(
71
label=f"{c['classifier_name']} Probability",
72
required=False,
73
+ max_value=1,
74
+ min_value=0,
75
+ help_text="Value between 0 and 1"
76
)
77
field_names.append((field_name, prob_field_name))
78
0 commit comments