njsmith / colorspacious

A powerful, accurate, and easy-to-use Python library for doing colorspace conversions
MIT License
169 stars 16 forks source link

unsupported operand type(s) for -: 'list' and 'list' #28

Open socketpair opened 2 years ago

socketpair commented 2 years ago
deltaE([(1, 2, 3), (4, 5, 6)], [(7, 8, 9), (11, 12, 13)], input_space="CAM02-UCS", uniform_space="CAM02-UCS")

gives:

TypeError: unsupported operand type(s) for -: 'list' and 'list'