From 298ed1a179c29ad38bd9542d77b59ccc399b5add Mon Sep 17 00:00:00 2001 From: Miguel Alfonso Mendez <52033190+mendezVKI@users.noreply.github.com> Date: Sun, 26 May 2024 10:05:51 +0200 Subject: [PATCH] Update Tutorial_4.ipynb correct error on the call of modulo for the mPOD --- examples/notebooks/Tutorial_4.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Tutorial_4.ipynb b/examples/notebooks/Tutorial_4.ipynb index f3a5c93..7458933 100644 --- a/examples/notebooks/Tutorial_4.ipynb +++ b/examples/notebooks/Tutorial_4.ipynb @@ -799,7 +799,7 @@ "Keep=np.array([1,0,1,1,0])\n", "Ex=1203; boundaries = 'nearest'; MODE = 'reduced'\n", "# Compute the mPOD \n", - "m = MODULO(None,\n", + "m = ModuloVKI(None,\n", " N_T=13200,\n", " N_S=2*nxny,\n", " N_PARTITIONS=10,\n",