Skip to content

Commit

Permalink
hotfix (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed Nov 21, 2022
1 parent ffd6bca commit f3151a1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions imgtools/autopipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import numpy as np
import sys
import warnings
from copy import deepcopy

from argparse import ArgumentParser
import yaml
Expand Down Expand Up @@ -41,7 +42,7 @@ class AutoPipeline(Pipeline):
"""

def __init__(self,
input_directory,
input_directory="",
output_directory="",
modalities="CT",
spacing=(1., 1., 0.),
Expand Down Expand Up @@ -725,13 +726,6 @@ def run(self):

def main():
args = parser()

if args.nnunet:
args.is_nnunet=True

if args.nnunet_inference:
args.is_nnunet_inference=True

args_dict = vars(args)

if args.continue_processing:
Expand Down

0 comments on commit f3151a1

Please sign in to comment.