Skip to content

Commit afbbe6c

Browse files
Merge pull request #82 from OSIPI/analysis/fix-analysis
Fix analysis pipeline
2 parents 44051e4 + 87918d5 commit afbbe6c

File tree

2 files changed

+1741
-1300
lines changed

2 files changed

+1741
-1300
lines changed

tests/IVIMmodels/unit_tests/compare.r

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
#Run like this:
44
#Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv
55

6+
# If this script fails:
7+
# 1. Save the "Comparison" file from the run on Github, OR run this file directly
8+
# 2. Find the file producted "test_reference.csv" on Github, or whatever the "reference_file" variable was called
9+
# 3. This replaces "tests/IVIMmodels/unit_tests/reference_output.csv" in the repository
10+
# 4. For the algorithm "IAR_LU_modified_mix", replace the "f_f_alpha, Dp_f_alpha, D_f_alpha, f_t_alpha, Dp_t_alpha, D_t_alpha" columns with "0.01,0.01,0.01,0.0,0.0,0.0"
11+
612
args = commandArgs(trailingOnly=TRUE)
713
# Define file paths
814
test_file <- "test_output.csv"

0 commit comments

Comments
 (0)