Skip to content

Commit

Permalink
Update Tutorial_4.ipynb
Browse files Browse the repository at this point in the history
correct error on the call of modulo for the mPOD
  • Loading branch information
mendezVKI authored May 26, 2024
1 parent e0ae3aa commit 298ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/notebooks/Tutorial_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 298ed1a

Please sign in to comment.