We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c16cc commit f84adc4Copy full SHA for f84adc4
1 file changed
test/runtests.jl
@@ -10,7 +10,7 @@ using Dates
10
using Test
11
12
@testset "Colorfy.jl" begin
13
- @testset "Handle arguments" begin
+ @testset "Preprocess" begin
14
values = rand(10)
15
vs, αs, cs, cr = Colorfy.preprocess(values, 1.0, :viridis, :extrema)
16
@test vs == values
0 commit comments