Commit 3e4bd243 authored by qlobbe's avatar qlobbe

break the branches from the largest to the smallest branch

parent 1be4db44
Pipeline #1343 failed with stage
......@@ -475,7 +475,7 @@ constanteTemporalMatching start step phylo = updatePhyloGroups 1
(getPeriodIds phylo)
(phylo ^. phylo_timeDocs)
(phylo ^. phylo_timeCooc)
groups
(reverse $ sortOn (length . fst) groups)
-- 1) for each group process an initial temporal Matching
-- here we suppose that all the groups of level 1 are part of the same big branch
groups :: [([PhyloGroup],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