Commit dcf2a86b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] doc

parent 3a1050bc
Pipeline #1509 passed with stage
in 17 minutes and 32 seconds
......@@ -160,15 +160,14 @@ cooc2graphWith' doPartitions distance threshold myCooc = do
n' = Set.size $ Set.fromList $ as <> bs
ClustersParams rivers _level = clustersParams nodesApprox
{- | Debug
{- -- Debug
saveAsFileDebug "debug/distanceMap" distanceMap
printDebug "similarities" similarities
-}
-- partitions <- if (Map.size distanceMap > 0)
-- then doPartitions distanceMap
-- else panic "Text.Flow: DistanceMap is empty"
partitions <- doPartitions distanceMap
partitions <- if (Map.size distanceMap > 0)
then doPartitions distanceMap
else panic "Text.Flow: DistanceMap is empty"
let
-- bridgeness' = distanceMap
......
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