Skip to content

Commit

Permalink
fix: pipeline entry no longer needs to manually configure loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Nov 22, 2024
1 parent ab77c58 commit 66f8119
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/imgtools/autopipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from imgtools.pipeline import Pipeline
from imgtools.utils.nnunet import generate_dataset_json, markdown_report_images
from imgtools.utils.args import parser
from imgtools.logging import get_logger
from imgtools.logging import logger

from joblib import Parallel, delayed
from imgtools.modules import Segmentation
Expand All @@ -28,9 +28,6 @@
###############################################################


logger = get_logger(level=os.environ.get('IMGTOOLS_LOG_LEVEL', "INFO"))


class AutoPipeline(Pipeline):
"""Example processing pipeline for the RADCURE dataset.
This pipeline loads the CT images and structure sets, re-samples the images,
Expand Down

0 comments on commit 66f8119

Please sign in to comment.