From 1fdc3297bb0b8f8a47e95d4cf64d13c709b06b10 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 11 Dec 2023 21:49:54 -0800 Subject: [PATCH] Fix SNR list --- .github/workflows/analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index c6dd984..d6705e9 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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 @@ -47,6 +47,7 @@ jobs: path: | test_output.csv test_duration.csv + merge: runs-on: ubuntu-latest needs: build @@ -68,6 +69,7 @@ jobs: path: | test_output.csv test_duration.csv + analyze: runs-on: ubuntu-latest needs: merge