Skip to content

Commit

Permalink
#112:
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
abrys committed Apr 26, 2022
1 parent 7117fa7 commit 4c2eae6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/debug_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: abrys
"""

import logging
import shutil
import tempfile
import unittest
Expand All @@ -31,13 +31,13 @@ def test_convert_directory(self):
shutil.rmtree(tmp_output_dir)

def test_convert_directory2(self):

logging.basicConfig(level=logging.DEBUG)
tmp_output_dir = tempfile.mkdtemp()
try:
import pydicom
# headers = pydicom.read_file("/Users/abrys/Downloads/failing_cases/test.dcm")
convert_directory.convert_directory("/Users/abrys/Downloads/Agfa",
"/Users/abrys/Downloads/Agfa")
convert_directory.convert_directory("/Users/abrys/Downloads/dti",
"/Users/abrys/Downloads/dti")

finally:
shutil.rmtree(tmp_output_dir)
Expand Down

0 comments on commit 4c2eae6

Please sign in to comment.