We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846e389 commit 231824fCopy full SHA for 231824f
graph_net/verify_aggregated_params.py
@@ -13,11 +13,7 @@ def determine_tolerances(
13
positive_tolerance_interpretation: PositiveToleranceInterpretation,
14
) -> range:
15
"""Determine tolerance range based on observed errno categories."""
16
- if samples:
17
- max_errno = len(samples)
18
- else:
19
- max_errno = positive_tolerance_interpretation.num_errno_enum_values()
20
-
+ max_errno = positive_tolerance_interpretation.num_errno_enum_values()
21
return range(-10, max_errno + 2)
22
23
0 commit comments