Skip to content

Commit 016520e

Browse files
committed
reduced niter for timeout
1 parent 6ecc90b commit 016520e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/unit_test_synthetic.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
},
568568
{
569569
"cell_type": "code",
570-
"execution_count": 2,
570+
"execution_count": null,
571571
"metadata": {},
572572
"outputs": [],
573573
"source": [
@@ -892,7 +892,7 @@
892892
"# Define a base directory and a descriptive name for this experiment batch\n",
893893
"base_project_dir = 'HFE_ML_experiments'\n",
894894
"experiment_name = \"HFE_ML_Grid\"\n",
895-
"n_iter = 5 # Number of parameter combinations to test\n",
895+
"n_iter = 2 # Number of parameter combinations to test\n",
896896
"\n",
897897
"# --- Setup ---\n",
898898
"experiment_dir = create_experiment_directory(\n",

0 commit comments

Comments
 (0)