From a4c0842fe7b5e368fc741d5b71017980d94df8f9 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 19 Jun 2020 22:12:03 +0200 Subject: Switch to the development version of Colour (rather than 0.3.15) --- test_coeff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_coeff.py') diff --git a/test_coeff.py b/test_coeff.py index 733dc45..c2a8970 100644 --- a/test_coeff.py +++ b/test_coeff.py @@ -11,7 +11,7 @@ from test_colorchecker import plot_comparison illuminant = "D65" ill_xy = ILLUMINANTS["CIE 1931 2 Degree Standard Observer"][illuminant] -ill_sd = SpectralDistribution(ILLUMINANTS_SDS[illuminant]) +ill_sd = SpectralDistribution(ILLUMINANT_SDS[illuminant]) -- cgit