From bcaa123326ea391be7d7b3a8ddf5d02ca0e549ce Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Fri, 22 Dec 2023 08:14:57 -0800 Subject: [PATCH] Fix reference file path --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 7c5d00f..76814da 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -166,7 +166,7 @@ jobs: with: name: Data - name: Test against previous results - run: Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv + run: Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv tests/IVIMmodels/unit_tests/reference_output.csv test_results.csv - name: Upload data uses: actions/upload-artifact@v3 with: