Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
miriam-groeneveld committed Aug 3, 2022
1 parent 0f1aff9 commit ac0472f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ docker run --rm \
-v $SCRIPTPATH/test/expected_output/:/expected_output/ \
biocontainers/simpleitk:v1.0.1-3-deb-py3_cv1 python3 -c """
import SimpleITK as sitk
import os
print(os.listdir('/output/images/'))
output = sitk.ReadImage('/output/images/01_test.tif')
expected_output = sitk.ReadImage('/expected_output/images/01_test.tif')
Expand Down

0 comments on commit ac0472f

Please sign in to comment.