test: eye widen?

This commit is contained in:
Prohurtz 2024-03-27 15:43:11 -05:00
parent bc2da43cec
commit ac1e0add11

View File

@ -271,10 +271,6 @@ class LEAP_C(object):
try:
per = (d - normal_open) / (min(self.openlist) - normal_open)
fullper = (d - normal_open) / (
normal_close - normal_open
) # this should not be so different to per, idk why
oldper = (d - max(self.openlist)) / (min(self.openlist) - max(self.openlist))
per = 1 - per