Skip to content
Snippets Groups Projects
Commit 59b3a724 authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

Fixed jobs by removing debug line

parent 90b9b634
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,6 @@ INPUT_SPACING=1
OUTPUT_SPACING=16
PREFIX="mask"
which python
ml atlas
which python
# Get path to TIFF images to determine shape
IMAGE_PATTERN=$(python -c "from atlas import constants; print(constants.original_path.format(brain=int('${BRAIN}'), slice=1234))")
echo "Image pattern: ${IMAGE_PATTERN}"
......
......@@ -25,10 +25,6 @@ INPUT_SPACING=1
OUTPUT_SPACING=16
PREFIX="mask"
which python
ml atlas
which python
# Get path to TIFF images to determine shape
IMAGE_PATTERN=$(python -c "from atlas import constants; print(constants.original_path.format(brain=int('${BRAIN}'), slice=1234))")
echo "Image pattern: ${IMAGE_PATTERN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment