Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 8, 2023
1 parent 8ffaa0e commit c617617
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
12 changes: 6 additions & 6 deletions tests/data/models/model-BQTOLLLL.dec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions tests/data/models/model-BTOSLLMSEXT.dec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 19 additions & 1 deletion tests/dec/test_known_decay_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit c617617

Please sign in to comment.