TUNIC: Reduce range end for local_fill option #4534

This commit is contained in:
Scipio Wright 2025-01-21 12:39:08 -05:00 committed by GitHub
parent edacb17171
commit 1a1b7e9cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class LocalFill(NamedRange):
internal_name = "local_fill"
display_name = "Local Fill Percent"
range_start = 0
range_end = 100
range_end = 98
special_range_names = {
"default": -1
}