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.
2 parents 023c88d + a5d8a25 commit 91df0c6Copy full SHA for 91df0c6
.github/workflows/analysis.yml
@@ -77,6 +77,7 @@ jobs:
77
path: |
78
test_output_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv
79
test_duration_${{ matrix.algorithm }}_${{ matrix.SNR }}.csv
80
+ overwrite: true
81
82
merge:
83
runs-on: ubuntu-latest
@@ -101,6 +102,7 @@ jobs:
101
102
103
test_output.csv
104
test_duration.csv
105
106
107
analyze:
108
@@ -141,6 +143,8 @@ jobs:
141
143
durations.pdf
142
144
curve_plot.pdf
145
fitted_curves.pdf
146
147
+
148
149
compare:
150
@@ -171,3 +175,4 @@ jobs:
171
175
172
176
test_reference.csv
173
177
test_results.csv
178
0 commit comments