Skip to content

Commit 41885ef

Browse files
committed
chore: no default branch and summary extraction
1 parent 4399e84 commit 41885ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vesskel/_napari.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def _setup_ui(self):
4141
# ---------- extraction parameters (magicgui) ----------
4242
def _extraction_params(
4343
image: "napari.layers.Image",
44-
extract_branches: bool = True,
45-
extract_branch_text: bool = True,
46-
extract_summary: bool = True,
44+
extract_branches: bool = False,
45+
extract_branch_text: bool = False,
46+
extract_summary: bool = False,
4747
include_fractal: bool = False,
4848
include_vessel_radius: bool = False,
4949
junction_cleanup: bool = False,

0 commit comments

Comments
 (0)