Skip to content

Commit e0debea

Browse files
authored
Update scalar.py
1 parent 3245007 commit e0debea

File tree

1 file changed

+1
-1
lines changed
  • labelbox/data/annotation_types/metrics

1 file changed

+1
-1
lines changed

labelbox/data/annotation_types/metrics/scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .base import ConfidenceValue, BaseMetric
77

8-
ScalarMetricValue = confloat(ge=0, le=10_000_000)
8+
ScalarMetricValue = confloat(ge=0, le=100_000_000)
99
ScalarMetricConfidenceValue = Dict[ConfidenceValue, ScalarMetricValue]
1010

1111

0 commit comments

Comments
 (0)