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

[FIX] Graph Spatialization without confluence

parent 05ba599b
Pipeline #3183 passed with stage
in 92 minutes and 26 seconds
......@@ -129,7 +129,7 @@ cooc2graphWith' doPartitions distance threshold strength myCooc = do
(as, bs) = List.unzip $ Map.keys distanceMap
n' = Set.size $ Set.fromList $ as <> bs
!bridgeness' = bridgeness (fromIntegral nodesApprox) partitions distanceMap
!confluence' = BAC.computeConfluences 3 (Map.keys bridgeness') True
!confluence' = Map.empty -- BAC.computeConfluences 3 (Map.keys bridgeness') True
pure $ data2graph ti diag bridgeness' confluence' partitions
type Reverse = Bool
......
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