adjusted depth selector

This commit is contained in:
seangreaves
2023-01-06 22:14:22 +00:00
parent 6bc3a14b06
commit 36668f06e8

View File

@@ -10,7 +10,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "f17ebdd2",
"metadata": {},
"outputs": [],
@@ -170,7 +170,7 @@
" with output_box:\n",
" depth_selector.disabled = True\n",
" generate_network_button.disabled = True\n",
" network.perform_hop(depth_selector.value + 1)\n",
" network.perform_hop(depth_selector.value)\n",
" network.run_map_preprocessing()\n",
" build_map_button.disabled = False\n",
" \n",