Skip to content

Commit

Permalink
fix: multiline -> single line
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 12, 2024
1 parent b8b7f12 commit 8f91fe0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: 2a_parton_level_analysis.ipynb
outputs: |
outputs:
data/lhe_data_shuffled.h5
data/lhe_data.h5

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

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

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: A1_systematic_uncertainties.ipynb
outputs: |
outputs:
data/lhe_data_systematics.h5
data/setup_systematics.h5
models/sally_systematics
Expand Down Expand Up @@ -168,6 +168,6 @@ jobs:
with:
working-directory: examples/tutorial_particle_physics
notebook: A6_finite_differences.ipynb
outputs: |
outputs:
data/lhe_data_fd.h5
data/setup_fd.h5

0 comments on commit 8f91fe0

Please sign in to comment.