Skip to content

Commit 24e10b0

Browse files
committed
Fix SNR list
1 parent c975ef3 commit 24e10b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
algorithm: ${{ fromJson(needs.read_algorithms.outputs.algorithms).algorithms }}
28-
SNR: [10 30 50 100 200]
28+
SNR: [10, 30, 50, 100, 200]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python
@@ -47,6 +47,7 @@ jobs:
4747
path: |
4848
test_output.csv
4949
test_duration.csv
50+
5051
merge:
5152
runs-on: ubuntu-latest
5253
needs: build
@@ -68,6 +69,7 @@ jobs:
6869
path: |
6970
test_output.csv
7071
test_duration.csv
72+
7173
analyze:
7274
runs-on: ubuntu-latest
7375
needs: merge

0 commit comments

Comments
 (0)