Skip to content

Commit f3137b9

Browse files
committed
change licking docs
1 parent 53afe2d commit f3137b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/notebooks/pyosp_licking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"\n",
107107
"# swath data with slope less than 5 degree\n",
108108
"# 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",
109+
"tpi_small = tpi.post_slope(max_val=5)\n",
110110
"\n",
111111
"distance = tpi_small[0]\n",
112112
"dat = tpi_small[1]\n",

0 commit comments

Comments
 (0)