Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Change map for test (#243)
Browse files Browse the repository at this point in the history
The previous s1 lce correction map is a relative one, in wfsim we assume the map to be absolute
  • Loading branch information
petergaemers authored Oct 29, 2021
1 parent c4c3217 commit 860ca5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wfsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_sim_nT_advanced():
st.set_config(dict(nchunk=1, event_rate=1, chunk_size=2,))

st.set_config({'fax_config_override': dict(s2_luminescence_model='simple',
s1_lce_correction_map='XnT_S1_xyz_MLP_v0.1_B2d75n_C2d75n_G0d3p_A4d9p_T0d9n_PMTs1d3n_FSR0d65p_v0d677.json',
s1_lce_correction_map='XENONnT_s1_xyz_LCE_corrected_qes_MCva43fa9b_wires.json.gz',
s1_time_spline='XENONnT_s1_proponly_va43fa9b_wires_20200625.json.gz',
s1_model_type='optical_propagation+simple',)})

Expand Down

0 comments on commit 860ca5f

Please sign in to comment.