Skip to content

Commit

Permalink
Update to interpolation tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Jul 20, 2023
1 parent caf7418 commit f0d51ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/examples/tutorial_interpolation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,7 @@
" time + particle.dt, particle.depth, particle.lat, particle.lon\n",
" ]\n",
"\n",
"\n",
"kernels = AdvectionRK4 + pset.Kernel(\n",
" SampleP\n",
") # Note that the order of concatenation matters here!"
"kernels = AdvectionRK4 + pset.Kernel(SampleP)"
]
},
{
Expand Down

0 comments on commit f0d51ff

Please sign in to comment.