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

[FIX] default Phylo parameter: quality to 0.8

parent 5b4e9d9e
...@@ -166,7 +166,7 @@ updatePhyloCpt = here.component "updatePhylo" cpt where ...@@ -166,7 +166,7 @@ updatePhyloCpt = here.component "updatePhylo" cpt where
defaultData = Phylo.UpdateData defaultData = Phylo.UpdateData
{ proximity: 0.5 { proximity: 0.5
, synchrony: 0.5 , synchrony: 0.5
, quality: 0.5 , quality: 0.8
, exportFilter: 3.0 , exportFilter: 3.0
, timeUnit: Phylo.Year $ Phylo.TimeUnitCriteria , timeUnit: Phylo.Year $ Phylo.TimeUnitCriteria
{ period: 3 { period: 3
......
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