|
@@ -60,7 +60,7 @@ class Clipper:
|
|
|
Return a number which is in the range of [min, max].
|
|
|
"""
|
|
|
|
|
|
- def __init__(self, upper_limit: float = 28.0, lower_limit: float = 22.0):
|
|
|
+ def __init__(self, upper_limit: float = 32.0, lower_limit: float = 16.0):
|
|
|
self.upper_limit = upper_limit
|
|
|
self.lower_limit = lower_limit
|
|
|
|