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 1adb4a7 commit 0d51640Copy full SHA for 0d51640
test/partitions_test.jl
@@ -22,3 +22,4 @@ a = 5
22
p .= (*).(p,5)
23
p .= (*).(p,a)
24
p .= (*).(p,p2)
25
+K = (*).(p,p2)
test/runtests.jl
@@ -4,5 +4,5 @@ using Base.Test
4
5
tic()
6
@time @testset "Utils Tests" begin include("utils_test.jl.jl") end
7
-@time @testset "Partitions Tests" begin include("partitions_test.jl.jl") end
+@time @testset "Partitions Tests" begin include("partitions_test.jl") end
8
toc()
0 commit comments