Skip to content

Commit 9dbf801

Browse files
authored
Merge pull request #1098 from danforthcenter/print-to-plot-object_composition
2 parents 21f5eb6 + 2760ec8 commit 9dbf801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/object_composition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from plantcv import plantcv as pcv
3131

3232
# Set global debug behavior to None (default), "print" (to file),
3333
# or "plot" (Jupyter Notebooks or X11)
34-
pcv.params.debug = "print"
34+
pcv.params.debug = "plot"
3535

3636
# Combine objects so downstream analysis can be run on a single plant object
3737
obj, mask = pcv.object_composition(img, roi_objects, hierarchy)

0 commit comments

Comments
 (0)