colorspacious icon indicating copy to clipboard operation
colorspacious copied to clipboard

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

Open socketpair opened this issue 1 year ago • 0 comments

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'

socketpair avatar Jul 16 '22 20:07 socketpair