File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Project metadata (see https://peps.python.org/pep-0621)
22[project ]
33name = " fractal-helper-tasks"
4- version = " 0.1.0 "
4+ version = " 0.1.0a5 "
55description = " Collection of Fractal helper tasks"
66readme = " README.md"
77license = { text = " BSD-3-Clause" }
@@ -68,3 +68,8 @@ extend-ignore = [
6868[tool .ruff .per-file-ignores ]
6969"tests/*.py" = [" D" , " S" ]
7070"setup.py" = [" D" ]
71+
72+ [tool .deptry ]
73+ exclude = [
74+ ' tests' , ' examples'
75+ ]
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ def convert_2D_segmentation_to_3D(
215215 )
216216 logger .info (f"Saved { new_label_name } to 3D Zarr at full resolution" )
217217 # 4) Build pyramids for label image
218- label_meta = load_NgffImageMeta (f"{ zarr_url } /labels/{ new_label_name } " )
218+ label_meta = load_NgffImageMeta (f"{ zarr_url } /labels/{ label_name } " )
219219 build_pyramid (
220220 zarrurl = f"{ zarr_3D_url } /labels/{ new_label_name } " ,
221221 overwrite = overwrite ,
You can’t perform that action at this time.
0 commit comments