From 979069b4a2bf032cd60e1d8c53deb1b60a1e7980 Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Mon, 26 Oct 2020 08:05:53 +0100 Subject: [PATCH] remove clustering tests --- test/runtests.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 5c6b66da..c96019d8 100755 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -28,10 +28,6 @@ end @test include("DecisionTree.jl") end -@testset "Clustering " begin - @test include("Clustering.jl") -end - @testset "GLM " begin @test include("GLM.jl") end