ifarup / ciefunctions

Python module, GUI, and web app for computing the CIE TC1-97 colorimetric functions
GNU General Public License v3.0
4 stars 5 forks source link

Computation not terminating with lambda_max < 700 in web app #155

Open ifarup opened 9 years ago

ifarup commented 9 years ago

When lambda_max becomes < 700 after autocorrection by a computation (try, e.g., lambda_min = 390, lambda_max = 700, lambda_step = 4.9, resulting in a corrected lambda_max of 698.7), an immediate recompute causes the autocorrect to display 700 and the the web app freezes.

gerardodiego commented 9 years ago

I will have some time in thursday where I can fix/tune the webapp for friday ;)