Skip to content

Commit

Permalink
correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancaCassol committed Sep 15, 2023
1 parent 54ee2a6 commit f76cc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lstchain/tools/tests/test_create_calibration_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ def test_create_calibration_file(tmp_path):
f"--LSTEventSource.EventTimeCalculator.run_summary_path={test_run_summary_path}",
f"--LSTEventSource.LSTR0Corrections.drs4_time_calibration_path={test_time_calib_path}",
f"--LSTEventSource.LSTR0Corrections.drs4_pedestal_path={test_drs4_pedestal_path}",
f"--LSTEventSource.default_trigger_type=tib",
"--LSTEventSource.default_trigger_type=tib",
f"--FlasherFlatFieldCalculator.sample_size={stat_events}",
f"--PedestalIntegrator.sample_size={stat_events}",
f"--events_to_skip=0",
"--events_to_skip=0",
f"--config={DEFAULT_CONFIG}",
"--overwrite",
],
Expand Down

0 comments on commit f76cc63

Please sign in to comment.