Skip to content

Commit

Permalink
Update baseline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Oct 24, 2024
1 parent 682f994 commit 94cc73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 94cc73e

Please sign in to comment.