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

Fix analysis pipeline #81

Closed
wants to merge 2 commits into from
Closed
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
5 changes: 5 additions & 0 deletions tests/IVIMmodels/unit_tests/compare.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
#Run like this:
#Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv

# If this script fails:
# 1. Save the "Comparison" file from the run on Github, OR run this file directly
# 2. Find the file producted "test_reference.csv" on Github, or whatever the "reference_file" variable was called
# 3. This replaces "tests/IVIMmodels/unit_tests/reference_output.csv" in the repository

args = commandArgs(trailingOnly=TRUE)
# Define file paths
test_file <- "test_output.csv"
Expand Down
Loading
Loading