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

Web application: Computation is not terminating when lambda_min and/or lambda_max is/are set outside allowed parameter range #167

Open janhenrikwold opened 9 years ago

janhenrikwold commented 9 years ago

Whenever lambda _min<390 or lambda_min>400, lambda_max<700 or lambda_max>830, the value shown in the spinbox is autocorrected correctly, but the computation does not terminate.

An example: When the user gives a lambda_max > 830 by means of the keyboard (try, e.g., setting lambda_max = 850 and press compute), the lambda_max value shown in the spinbox is autocorrected correctly to 830, but the computation fails to terminate.

Might be related to issue #155