Skip to content

Commit

Permalink
Fixes #1275
Browse files Browse the repository at this point in the history
Fix a small test in ltschain/tools/tests/test_tools.py to avoid random fails
  • Loading branch information
deborahDOR authored Jul 11, 2024
1 parent ef91c64 commit 655d729
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 655d729

Please sign in to comment.