From 347c12e40c3a3fd30f97fd7a3932b5b006228c0c Mon Sep 17 00:00:00 2001 From: GuiMacielPereira Date: Fri, 17 Jan 2025 13:26:10 +0000 Subject: [PATCH] Removed space lines --- src/mvesuvio/config/analysis_inputs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mvesuvio/config/analysis_inputs.py b/src/mvesuvio/config/analysis_inputs.py index c7605f4..aab19e0 100644 --- a/src/mvesuvio/config/analysis_inputs.py +++ b/src/mvesuvio/config/analysis_inputs.py @@ -44,7 +44,6 @@ class BackwardAnalysisInputs(SampleParameters): multiple_scattering_number_of_events = 1.0e5 do_gamma_correction = False - show_plots = True do_symmetrisation = False subtract_calculated_fse_from_data = True @@ -103,7 +102,6 @@ class ForwardAnalysisInputs(SampleParameters): multiple_scattering_number_of_events = 1.0e5 do_gamma_correction = True - show_plots = True do_symmetrisation = False subtract_calculated_fse_from_data = True