You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INTRO.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"\n",
11
11
"Whilst this is not the only use for the ``stratify`` package, NWP vertical interpolation was the motivating usecase for the package's creation.\n",
12
12
"\n",
13
-
"In its simplest form, vertical interpolation ammounts to a 1d interpolation at each grid-point. Whilst some more sophistication exists for a number of interpolators, ``stratify`` can be seen as an optimisation to vectorize these interpolations beyond naïve nested for-loops.\n",
13
+
"In its simplest form, vertical interpolation amounts to a 1d interpolation at each grid-point. Whilst some more sophistication exists for a number of interpolators, ``stratify`` can be seen as an optimisation to vectorize these interpolations beyond naïve nested for-loops.\n",
14
14
"\n",
15
15
"#### Data setup\n",
16
16
"In order to setup the problem, let's manufacture some reasonably realistic NWP data.\n",
0 commit comments