[FIX] List Learning is back
[gargantext.git] / src-test / Graph / Distance.hs
index 3630d8dfab42ebf1300e98ea4126f1d020d93e0e..074876fa39e81b35cf09f0224c02c5267392ef9f 100644 (file)
@@ -16,7 +16,9 @@ commentary with @some markup@.
 module Graph.Distance where
 
 import Test.Hspec
-import Gargantext.Viz.Graph.Distances.Matrice
+
+{-
+import Gargantext.Core.Methods.Matrix.Accelerate.Utils (cross', matrix)
 import Gargantext.Prelude
 
 test :: IO ()
@@ -25,4 +27,4 @@ test = hspec $ do
     let result = cross' $ matrix 3 ([1,1..] :: [Double])
     it "compare" $ do
       shouldBe result (matrix 3 ([2,2..] :: [Double]))
-
+-}