diff --git a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb index f078305..6f2584d 100644 --- a/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb +++ b/Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb @@ -126,7 +126,7 @@ { "cell_type": "code", "source": [ - "# Show that calculation fails when $D_i > D$\n", + "# Depending on how you implemented it, the calculation may fail when $D_i > D$ (not to worry...)\n", "try:\n", " N = number_regions(10, 8)\n", " print(f\"Di=10, D=8, Number of regions = {int(N)}, True value = 256\")\n",