summaryrefslogtreecommitdiff
path: root/test_coeff.py
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2020-06-19 22:12:03 +0200
committerPaweł Redman <pawel.redman@gmail.com>2020-06-19 22:12:03 +0200
commita4c0842fe7b5e368fc741d5b71017980d94df8f9 (patch)
treeb5d3b24af36ed922a0d241af9fbc39b9aefa62d3 /test_coeff.py
parentf07a0e063e7af3ea1d3c5dc28b382afa04e744d8 (diff)
Switch to the development version of Colour (rather than 0.3.15)
Diffstat (limited to 'test_coeff.py')
-rw-r--r--test_coeff.py2
1 files changed, 1 insertions, 1 deletions
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])