Skip to content

Commit 45c9383

Browse files
committed
fix object type arg
1 parent 4429586 commit 45c9383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
40-
"thresh_mask = lcv.binary(gray_img=b_img, threshold=130, object_type='light')"
40+
"thresh_mask = lcv.binary(gray_img=b_img, threshold=130)"
4141
]
4242
},
4343
{

0 commit comments

Comments
 (0)