test: new calibration method for leap

This commit is contained in:
Prohurtz 2024-03-27 10:29:46 -05:00
parent d8c34c83d9
commit 170bb5bb3f

View File

@ -250,6 +250,7 @@ class LEAP_C(object):
normal_close = ((sum(self.minlist) / len(self.minlist)) * 0.05 + min(self.openlist) * 0.95) / (
0.05 + 0.95
)
except:
normal_open = 0.8
normal_close = 0.1