From 10213ae2fff8d6bb4e71bcb5eb501f2f4f778b29 Mon Sep 17 00:00:00 2001 From: Carien Mol Date: Wed, 13 Sep 2023 10:41:33 +0200 Subject: [PATCH] History should be 3, not 4 --- notebooks/4_parameterselection.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/4_parameterselection.ipynb b/notebooks/4_parameterselection.ipynb index 1afb847..122f8ea 100644 --- a/notebooks/4_parameterselection.ipynb +++ b/notebooks/4_parameterselection.ipynb @@ -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": [ @@ -443,7 +443,7 @@ " 'VarThreshold': 30,\n", " 'blur': 0,\n", " 'morphologyex': False,\n", - " 'History': 4,\n", + " 'History': 3,\n", " 'VarMin': 4}" ] }, @@ -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",