Skip to content

Commit

Permalink
Fix the "silver" tests to accomodate the sRGB VC bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Nov 1, 2015
1 parent 280a6d9 commit ea267de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colorspacious/gold_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@
# We don't have any independent gold test vectors for CAM02-UCS, so these
# results are generated by our own code.
deltaE_sRGB255_CAM02UCS_silver = [
([173, 52, 52], [ 69, 120, 51], 54.2739063912734),
([69, 100, 52], [ 69, 120, 51], 9.1531275626322675),
([173, 52, 52], [ 69, 120, 51], 44.698469808449964),
([69, 100, 52], [ 69, 120, 51], 8.503323264883667),
]

0 comments on commit ea267de

Please sign in to comment.