From e04cc64a963f3031c0c15277f9b8aed501a8570f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 24 Jun 2020 18:13:25 +0200 Subject: Move tests into the Colour fork. --- gsoc_common.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'gsoc_common.py') diff --git a/gsoc_common.py b/gsoc_common.py index 695edc6..c235375 100644 --- a/gsoc_common.py +++ b/gsoc_common.py @@ -3,13 +3,11 @@ from colour import * from colour.difference import delta_E_CIE1976 from colour.colorimetry import * from colour.plotting import * -from colour.models import RGB_COLOURSPACES from matplotlib import pyplot as plt D65_xy = ILLUMINANTS["CIE 1931 2 Degree Standard Observer"]["D65"] D65 = SpectralDistribution(ILLUMINANT_SDS["D65"]) -colourspace = RGB_COLOURSPACES["ProPhoto RGB"] # The same wavelength grid is used throughout wvl = SpectralShape(360, 830, 5) -- cgit