From 631bff685f7a74971db08bb6f8d526d73cc7a0e9 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Wed, 13 Nov 2024 17:26:52 +0100 Subject: [PATCH] Use updated sofs --- .github/workflows/run_edps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_edps.yaml b/.github/workflows/run_edps.yaml index 68a3c3d..13ac057 100644 --- a/.github/workflows/run_edps.yaml +++ b/.github/workflows/run_edps.yaml @@ -29,7 +29,7 @@ jobs: ./toolbox/create_config.sh - name: Fetch test data run: | - git clone https://github.com/AstarVienna/METIS_Pipeline_Test_Data.git + git clone --branch hb/updatesofs https://github.com/AstarVienna/METIS_Pipeline_Test_Data.git - name: Run pyESOREX test run: | # . metispipe/bin/activate @@ -39,7 +39,7 @@ jobs: export SOF_DATA="$(pwd)/METIS_Pipeline_Test_Data/metis_sim_small_1/data" export SOF_DIR="$(pwd)/METIS_Pipeline_Test_Data/metis_sim_small_1/sof" pyesorex --recipes - pyesorex metis_det_lingain "${SOF_DIR}/metis_lm_lingain.sof" + pyesorex metis_det_lingain "${SOF_DIR}/metis_det_lingain.lm.sof" - name: Run EDPS run: | # . metispipe/bin/activate