Skip to content

Commit

Permalink
change test to testinput
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed Jan 24, 2022
1 parent 0f6e997 commit f1e098c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you use this repository as a starting point. Please change the following thre


## Test and Export
To test if your algorithm works and (still) produces the correct outputs you add an image to ./test/ and a corresponding tissue mask in ./test/images/
To test if your algorithm works and (still) produces the correct outputs you add an image to ./testinput/ and a corresponding tissue mask in ./testinput/images/

After the image and the tissue background are present in the test and test/images folder, you can run the following command to build and test the docker:

Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker run --rm \
--security-opt="no-new-privileges" \
--shm-size=128m \
--pids-limit=256 \
-v $SCRIPTPATH/test/:/input/ \
-v $SCRIPTPATH/testinput/:/input/ \
-v tiger-output:/output/ \
tigerexamplealgorithm

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f1e098c

Please sign in to comment.