Commit 8315a5ee authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warnings

parent 1c65bec6
Pipeline #1239 failed with stage
...@@ -54,7 +54,7 @@ import qualified Gargantext.Prelude as P ...@@ -54,7 +54,7 @@ import qualified Gargantext.Prelude as P
-- * Distributional Distance -- * Distributional Distance
distributional :: Matrix Int -> Matrix Double distributional :: Matrix Int -> Matrix Double
distributional m' = run z distributional m' = run result
where where
m = map fromIntegral $ use m' m = map fromIntegral $ use m'
n = dim m' n = dim m'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment