From f76cc634e58063108e021d75df3daef6ecfb05b2 Mon Sep 17 00:00:00 2001 From: Franca Cassol Date: Fri, 15 Sep 2023 08:52:41 +0000 Subject: [PATCH] correct format --- lstchain/tools/tests/test_create_calibration_files.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lstchain/tools/tests/test_create_calibration_files.py b/lstchain/tools/tests/test_create_calibration_files.py index 89a34186ea..e4481bf8df 100644 --- a/lstchain/tools/tests/test_create_calibration_files.py +++ b/lstchain/tools/tests/test_create_calibration_files.py @@ -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", ],