diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-06-19 22:12:03 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-06-19 22:12:03 +0200 |
commit | a4c0842fe7b5e368fc741d5b71017980d94df8f9 (patch) | |
tree | b5d3b24af36ed922a0d241af9fbc39b9aefa62d3 /test_coverage.py | |
parent | f07a0e063e7af3ea1d3c5dc28b382afa04e744d8 (diff) |
Switch to the development version of Colour (rather than 0.3.15)
Diffstat (limited to 'test_coverage.py')
-rw-r--r-- | test_coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_coverage.py b/test_coverage.py index 07ceb08..e73e015 100644 --- a/test_coverage.py +++ b/test_coverage.py @@ -7,7 +7,7 @@ from jakob_hanika import jakob_hanika, model_sd illuminant = "D65" ill_xy = ILLUMINANTS["CIE 1931 2 Degree Standard Observer"][illuminant] -ill_sd = SpectralDistribution(ILLUMINANTS_SDS[illuminant]) # Note: changed in dev (to ILLUMINANTS_SD) +ill_sd = SpectralDistribution(ILLUMINANT_SDS[illuminant]) # Note: changed in dev (to ILLUMINANT_SD) # Resolution of the discretization cubes # Both should be 64, but this code is a bit too slow at the moment |