Skip to content

Commit

Permalink
Explicit config value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemery committed Jul 11, 2024
1 parent a294418 commit 15e9093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lstchain/tests/test_lstchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_r0_to_dl1_lhfit_mc(tmp_path, mc_gamma_testfile):
config['lh_fit_config']["spatial_selection"] = 'dvr'
config['lh_fit_config']["use_interleaved"] = True
config['waveform_nsb_tuning']['nsb_tuning'] = True
config['waveform_nsb_tuning']['pre_computed_multiplicity'] = 10 # default value
r0_to_dl1(mc_gamma_testfile, custom_config=config, output_filename=tmp_path / "tmp.h5")
os.remove(tmp_path / "tmp.h5")
config['waveform_nsb_tuning']['pre_computed_multiplicity'] = 0
Expand Down

0 comments on commit 15e9093

Please sign in to comment.