Skip to content

Commit

Permalink
Fix SNR list
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Dec 12, 2023
1 parent d13fabe commit 1fdc329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
algorithm: ${{ fromJson(needs.read_algorithms.outputs.algorithms).algorithms }}
SNR: [10 30 50 100 200]
SNR: [10, 30, 50, 100, 200]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -47,6 +47,7 @@ jobs:
path: |
test_output.csv
test_duration.csv
merge:
runs-on: ubuntu-latest
needs: build
Expand All @@ -68,6 +69,7 @@ jobs:
path: |
test_output.csv
test_duration.csv
analyze:
runs-on: ubuntu-latest
needs: merge
Expand Down

0 comments on commit 1fdc329

Please sign in to comment.