Skip to content

Commit

Permalink
Fix test for CVD (JuliaGraphics#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimikage authored May 14, 2024
1 parent e1a8f93 commit 0c59a5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using Test, Colors

# Color vision deficiency simulations at p=0
rgb = RGB(0.44, 0.26, 0.8)
@test protanopic(rgb, 0) . rgb
@test deuteranopic(rgb, 0) . rgb
@test tritanopic(rgb, 0) . rgb
@test protanopic(rgb, 0) rgb
@test deuteranopic(rgb, 0) rgb
@test tritanopic(rgb, 0) rgb
end

0 comments on commit 0c59a5d

Please sign in to comment.