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 ()
let result = cross' $ matrix 3 ([1,1..] :: [Double])
it "compare" $ do
shouldBe result (matrix 3 ([2,2..] :: [Double]))
-
+-}