Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 1, 2024
1 parent 7fe54a1 commit e5b71e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end

@testset "reverse" begin
cmap = reverse(cgrad([:black, :white, :orange], [0, 0.2, 1]))
# sample oustide the given values
# sample outside the given values
@test RGB(get(cmap, 0.15)) RGB(1.0, 0.71323529, 0.1875)
@test RGB(get(cmap, 0.5)) RGB(1.0, 0.86764705, 0.625)
@test RGB(get(cmap, 0.75)) RGB(1.0, 0.97794117, 0.9375)
Expand Down

0 comments on commit e5b71e4

Please sign in to comment.