Skip to content

Commit

Permalink
fix: outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 12, 2024
1 parent 8f91fe0 commit 347fd50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tutorial-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Run the notebook in a container
id: run-notebook
continue-on-error: true
run:
run: >
docker run
--rm
-v $(pwd)/madminer_shared:/home/shared
Expand Down
21 changes: 5 additions & 16 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: 2a_parton_level_analysis.ipynb
outputs:
data/lhe_data_shuffled.h5
data/lhe_data.h5
outputs: data/lhe_data_shuffled.h5 data/lhe_data.h5

tutorial_particle_physics_2b:
needs: tutorial_particle_physics_1
Expand All @@ -56,9 +54,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: 2b_delphes_level_analysis.ipynb
outputs:
data/delphes_data_shuffled.h5
data/delphes_data.h5
outputs: data/delphes_data_shuffled.h5 data/delphes_data.h5

tutorial_particle_physics_3a:
needs: tutorial_particle_physics_2a
Expand All @@ -67,9 +63,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: 3a_likelihood_ratio.ipynb
outputs:
models/alices
models/alices_pt
outputs: models/alices models/alices_pt

tutorial_particle_physics_3b:
needs: tutorial_particle_physics_2a
Expand Down Expand Up @@ -121,10 +115,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: A1_systematic_uncertainties.ipynb
outputs:
data/lhe_data_systematics.h5
data/setup_systematics.h5
models/sally_systematics
outputs: data/lhe_data_systematics.h5 data/setup_systematics.h5 models/sally_systematics

tutorial_particle_physics_a2:
needs: build
Expand Down Expand Up @@ -168,6 +159,4 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: A6_finite_differences.ipynb
outputs:
data/lhe_data_fd.h5
data/setup_fd.h5
outputs: data/lhe_data_fd.h5 data/setup_fd.h5

0 comments on commit 347fd50

Please sign in to comment.