Skip to content

Commit 724d1d7

Browse files
committed
Fix reference file path
1 parent 0d56a81 commit 724d1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
name: Data
168168
- name: Test against previous results
169-
run: Rscript --vanilla tests/IVIMmodels/unit_tests/compare.r test_output.csv test_reference.csv reference_output.csv test_results.csv
169+
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
170170
- name: Upload data
171171
uses: actions/upload-artifact@v3
172172
with:

0 commit comments

Comments
 (0)