From c56251df115e562885e09f55b879307f8a9b4b42 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:27:23 -0500 Subject: [PATCH] Update 3_3_Shallow_Network_Regions.ipynb --- Notebooks/Chap03/3_3_Shallow_Network_Regions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",