Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove invalid test instruction #37

Merged
merged 4 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,27 +436,20 @@ The steps are described below:

# Tests

A small test data is provided with each [release](https://github.com/pnlbwh/multi-shell-dMRIharmonization/releases).
**TBD** Tests are incomplete as of now but will be completed soon.


## 1. pipeline
You may test the whole pipeline as follows:

cd multi-shell-dMRIharmonization/lib/tests
./multi_pipeline_test.sh

**NOTE** Running the above tests might take six hours.

Clone single-shell dMRIharmonization pipeline and test that:
https://github.com/pnlbwh/dMRIharmonization?tab=readme-ov-file#1-pipeline

\* If there is any problem downloading test data, try manually downloading and unzipping it to `lib/tests/` folder.
Success of this test will confirm that your environment is properly set up to run multi-shell-dMRIharmonization.


## 2. unittest
You may run smaller and faster unittest as follows:

python -m unittest discover -v lib/tests/

**TBD**


# Preprocessing
Expand Down
2 changes: 1 addition & 1 deletion lib/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Execution of

will need PYTHONPATH to be defined like:

export PYTHONPATH=path/to/multi-shell-dMRIharmonization/lib/
export PYTHONPATH=/path/to/multi-shell-dMRIharmonization/lib/