We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b559 commit ae68842Copy full SHA for ae68842
tests/IVIMmodels/unit_tests/compare.r
@@ -3,6 +3,11 @@
3
#Run like this:
4
#Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv
5
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
+
11
args = commandArgs(trailingOnly=TRUE)
12
# Define file paths
13
test_file <- "test_output.csv"
0 commit comments