File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
source .venv/bin/activate
77
77
python -m pytest -m slow --selectAlgorithm ${{ matrix.algorithm }} --saveFileName test_output_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv --SNR ${{ matrix.SNR }} --fitCount 300 --saveDurationFileName test_duration_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv
78
78
- name : Upload raw data
79
- uses : actions/upload-artifact@v4
79
+ uses : actions/upload-artifact@v3
80
80
with :
81
81
name : Working_Data
82
82
retention-days : 1
@@ -101,7 +101,7 @@ jobs:
101
101
head -n 1 $(ls artifacts/Working_Data/test_duration_*.csv | head -n 1) > test_duration.csv
102
102
tail -q -n +2 artifacts/Working_Data/test_duration_*.csv >> test_duration.csv
103
103
- name : Upload merged artifacts
104
- uses : actions/upload-artifact@v4
104
+ uses : actions/upload-artifact@v3
105
105
with :
106
106
name : Data
107
107
path : |
@@ -133,7 +133,7 @@ jobs:
133
133
- name : Generate figures
134
134
run : Rscript --vanilla tests/IVIMmodels/unit_tests/analyze.r test_output.csv test_duration.csv
135
135
- name : Upload figures
136
- uses : actions/upload-artifact@v4
136
+ uses : actions/upload-artifact@v3
137
137
if : always()
138
138
with :
139
139
name : Figures
You can’t perform that action at this time.
0 commit comments