Skip to content

Commit

Permalink
History should be 3, not 4
Browse files Browse the repository at this point in the history
  • Loading branch information
carienmol committed Sep 13, 2023
1 parent e1b512e commit 10213ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/4_parameterselection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fab9933b-70cc-4f41-864e-0db8e277bb3c",
"id": "f111022e-15e4-4fa7-a01d-c00fe167526f",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -443,7 +443,7 @@
" 'VarThreshold': 30,\n",
" 'blur': 0,\n",
" 'morphologyex': False,\n",
" 'History': 4,\n",
" 'History': 3,\n",
" 'VarMin': 4}"
]
},
Expand Down Expand Up @@ -557,7 +557,7 @@
" 'VarThreshold': [30, 70],\n",
" 'blur': [0, 10],\n",
" 'morphologyex': [True],\n",
" 'History': [4],\n",
" 'History': [3],\n",
" 'VarMin': [10]}\n",
"\n",
"all_combinations = list(md.product_dict(**settings))\n",
Expand Down

0 comments on commit 10213ae

Please sign in to comment.