From c617617f4c51f9088cf6151785784ce4c27884de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:12:45 +0000 Subject: [PATCH] style: pre-commit fixes --- tests/data/models/model-BQTOLLLL.dec | 12 ++++++------ tests/data/models/model-BTOSLLMSEXT.dec | 12 ++++++------ tests/dec/test_known_decay_models.py | 20 +++++++++++++++++++- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/tests/data/models/model-BQTOLLLL.dec b/tests/data/models/model-BQTOLLLL.dec index efed7b6b..16a76807 100644 --- a/tests/data/models/model-BQTOLLLL.dec +++ b/tests/data/models/model-BQTOLLLL.dec @@ -1,19 +1,19 @@ # File for testing purposes. Contains a single decay mode with a specific model. -# Documentation: the B_d0 -> mu^+ mu^- mu^+ mu^- decay based on MNT-model for +# Documentation: the B_d0 -> mu^+ mu^- mu^+ mu^- decay based on MNT-model for # B_d0 -> mu^+ mu^- gamma decay # mu - the scale parameter (in GeV's); # Nf - number of "effective" flavors (for b-quark Nf=5); # res_swch - resonant switching parametr: -# = 0 the resonant contribution switched OFF, +# = 0 the resonant contribution switched OFF, # = 1 the resonant contribution switched ON; # ias - switching parametr for \alpha_s(M_Z) value: -# = 0 PDG 1sigma minimal alpha_s(M_Z), -# = 1 PDG average value alpha_s(M_Z), +# = 0 PDG 1sigma minimal alpha_s(M_Z), +# = 1 PDG average value alpha_s(M_Z), # = 2 PDG 1sigma maximal alpha_s(M_Z). # Wolfenstein parameterization for CKM matrix: -# A -# lambda +# A +# lambda # barrho # bareta # EndDocumentation diff --git a/tests/data/models/model-BTOSLLMSEXT.dec b/tests/data/models/model-BTOSLLMSEXT.dec index c2013b76..00863e2d 100644 --- a/tests/data/models/model-BTOSLLMSEXT.dec +++ b/tests/data/models/model-BTOSLLMSEXT.dec @@ -1,19 +1,19 @@ # File for testing purposes. Contains a single decay mode with a specific model. -# Documentation: the B_d^0 -> rho^0 ell^+ ell^- decay with the transition form factors +# Documentation: the B_d^0 -> rho^0 ell^+ ell^- decay with the transition form factors # from the paper D.Melikhov, B.Stech, PRD62, 014006 (2000). # mu - the scale parameter (in GeV's); # Nf - number of "effective" flavors (for b-quark Nf=5); # res_swch - resonant switching parametr: -# = 0 the resonant contribution switched OFF, +# = 0 the resonant contribution switched OFF, # = 1 the resonant contribution switched ON; # ias - switching parametr for \alpha_s(M_Z) value: -# = 0 PDG 1sigma minimal alpha_s(M_Z), -# = 1 PDG average value alpha_s(M_Z), +# = 0 PDG 1sigma minimal alpha_s(M_Z), +# = 1 PDG average value alpha_s(M_Z), # = 2 PDG 1sigma maximal alpha_s(M_Z). # Wolfenstein parameterization for CKM matrix: -# A -# lambda +# A +# lambda # barrho # bareta # Multiplication coefficients diff --git a/tests/dec/test_known_decay_models.py b/tests/dec/test_known_decay_models.py index 5c8c0246..5b03c323 100644 --- a/tests/dec/test_known_decay_models.py +++ b/tests/dec/test_known_decay_models.py @@ -94,7 +94,25 @@ def test_lark_file_model_list_consistency(): ("BTOXSGAMMA", [2.0]), # ("BTOXELNU", ""), ("BTOXSLL", [4.8, 0.2, 0.0, 0.41]), - ("BQTOLLLLHYPERCP", [2.5, 0.214, 0.0001, 0.0001, 1.0, 1.0, 450.0, 0.0, 450.0, 0.0, 380.0, 0.0, 380.0, 0.0]), + ( + "BQTOLLLLHYPERCP", + [ + 2.5, + 0.214, + 0.0001, + 0.0001, + 1.0, + 1.0, + 450.0, + 0.0, + 450.0, + 0.0, + 380.0, + 0.0, + 380.0, + 0.0, + ], + ), ("BQTOLLLL", [5.0, 5.0, 0.0, 1.0, 0.88, 0.227, 0.22, 0.34]), ("CB3PI-MPP", [1.365]), ("CB3PI-P00", [1.365]),