We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53afe2d commit f3137b9Copy full SHA for f3137b9
docs/notebooks/pyosp_licking.ipynb
@@ -106,7 +106,7 @@
106
"\n",
107
"# swath data with slope less than 5 degree\n",
108
"# see also: https://pyosp.readthedocs.io/en/latest/pyosp.curvsp.html#pyosp.curvsp.Base_curv.post_slope\n",
109
- "# tpi_small = tpi.post_slope(max_val=5)\n",
+ "tpi_small = tpi.post_slope(max_val=5)\n",
110
111
"distance = tpi_small[0]\n",
112
"dat = tpi_small[1]\n",
0 commit comments