Skip to content
Snippets Groups Projects
Commit f3fc7fa3 authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Remove poor parameter combinations for BPDENS

parent 7852856b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ METHODS = [
]
BPDENS = [
"selected_j{}_s{}".format(joint, single) for joint in [0.5,0.1,0.01] for single in [1.0,0.5,0.1]
"selected_j{}_s{}".format(joint, single) for joint in [0.1,0.01] for single in [0.5,0.1]
]
singularity: "docker://smei/mosaicatcher-pipeline:v0.1"
......
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