Skip to content

Commit

Permalink
Merge pull request #1276 from cta-observatory/1275-randomly-failing-test
Browse files Browse the repository at this point in the history
Fix a small test to avoid random fails
  • Loading branch information
moralejo authored Jul 19, 2024
2 parents a3fe5ee + 655d729 commit d1498cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/tools/tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_add_scale_true_energy_in_irfs(temp_dir_observed_files, simulated_dl2_fi
"--DataBinning.true_energy_min: 0.2",
"--DataBinning.true_energy_max: 0.3",
"--DL3Cuts.min_event_p_en_bin=2",
"--DataBinning.scale_true_energy=1.15",
"--DataBinning.scale_true_energy=1.5",
],
cwd=temp_dir_observed_files,
)
Expand Down

0 comments on commit d1498cc

Please sign in to comment.