From 94cc73e0a14e0071d394649c52145d39ed8e2de6 Mon Sep 17 00:00:00 2001 From: Paolo Milano <87755502+M-7th@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:23:13 +0200 Subject: [PATCH] Update baseline.yml --- .github/workflows/baseline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index b97ab43..6262989 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -13,7 +13,7 @@ on: jobs: baseline_job: - if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'european-modelling-hubs' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'european-modelling-hubs' }} outputs: changed_files: ${{ steps.compute_baseline.outputs.baseline_file }} @@ -52,7 +52,7 @@ jobs: - name: compute baseline id: compute_baseline run: | - python ./tools/code/quantile_baseline.py --hub_path ./repo --target_name "ILI incidence" --filename "ILI_incidence" --symmetrize True --nsamples 10000 --horizon 4 --team_abbr "respicast" --model_abbr "quantileBaseline" --submission_end_weekday 2 + python ./tools/code/quantile_baseline.py --hub_path ./repo --targets "hospital_admissions" --symmetrize True --nsamples 10000 --horizon 4 --team_abbr "respicastCovid19" --model_abbr "quantileBaseline" --submission_end_weekday 2 - name: Commit data repo changes uses: EndBug/add-and-commit@v7