Merge pull request #277 from ullizen/patch-1

Update 4_2_Clipping_functions.ipynb
This commit is contained in:
udlbook
2025-03-24 15:31:02 -04:00
committed by GitHub

View File

@@ -169,7 +169,7 @@
{
"cell_type": "code",
"source": [
"# Define parameters (note first dimension of theta and phi is padded to make indices match\n",
"# Define parameters (note first dimension of theta and psi is padded to make indices match\n",
"# notation in book)\n",
"theta = np.zeros([4,2])\n",
"psi = np.zeros([4,4])\n",