Skip to content

Commit

Permalink
Omit testing corkendall_fromfile on Julia 1.3 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
PGS62 committed Apr 7, 2024
1 parent 258f492 commit 215e275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ using Test

include("naive_implementations.jl")
include("compare_implementations.jl")
include("corkendall_fromfile.jl")
if VERSION >= v"1.3"# otherwise "Unsatisfiable requirements detected for package CSV [336ed68f]:"
include("corkendall_fromfile.jl")
end
include("versus_naive.jl")
include("rankcorr.jl")
include("pairwise.jl")

0 comments on commit 215e275

Please sign in to comment.