Skip to content
Snippets Groups Projects
Commit 381bc5c6 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

update default ES parameters

parent f54dd43d
No related branches found
No related tags found
No related merge requests found
...@@ -90,8 +90,9 @@ class PipelineParameters(ParametersABC): ...@@ -90,8 +90,9 @@ class PipelineParameters(ParametersABC):
filter="", filter="",
earlystop=dict( earlystop=dict(
min_tp=100, min_tp=100,
thresh_pos_clogged=0.3, thresh_pos_clogged=0.4,
thresh_trap_clogged=7, thresh_trap_ncells=8,
thresh_trap_area=0.9,
ntps_to_eval=5, ntps_to_eval=5,
), ),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment