File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 👷 🚧 This package is in its early development stages. It is not yet ready for public use. 🚧
22
33# pydcmqi
4+
45[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/QIICR/pydcmqi/main.svg )] ( https://results.pre-commit.ci/latest/github/QIICR/pydcmqi/main )
56
67[ ![ Actions Status] [ actions-badge ]] [ actions-link ]
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ def _import(
653653 # load each segmentation as item
654654 for i , s in enumerate (self ._config ["segmentAttributes" ]):
655655 # find generated export file
656- f = output_dir / f"pydcmqi-{ i + 1 } .nii.gz"
656+ f = output_dir / f"pydcmqi-{ i + 1 } .nii.gz"
657657
658658 # load all configs from segment definition
659659 for config in s :
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ def test_verbosity_default_global_override(self):
134134 segimg1 = SegImage ()
135135 segimg2 = SegImage (verbose = False )
136136
137- #
138137 assert SegImage .verbose
139138 assert segimg1 .verbose
140139 assert not segimg2 .verbose
@@ -143,7 +142,6 @@ def test_verbosity_instance_override(self):
143142 # initialize
144143 segimg = SegImage (verbose = True )
145144
146- #
147145 assert not SegImage .verbose
148146 assert segimg .verbose
149147
You can’t perform that action at this time.
0 commit comments