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 17, 2023
1 parent d1fb1a1 commit 0b116d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/models/model-BTOXELNU.dec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# File for testing purposes. Contains a single decay mode with a specific model.

Decay B+
1.0 rho0 mu+ nu_mu PHOTOS BTOXELNU BCL -0.861 1.444 0.266 0.378 0.165 0.291 0.718 0.384 0.331 -0.876 1.907;
1.0 rho0 mu+ nu_mu PHOTOS BTOXELNU BCL -0.861 1.444 0.266 0.378 0.165 0.291 0.718 0.384 0.331 -0.876 1.907;
Enddecay

End
18 changes: 17 additions & 1 deletion tests/dec/test_known_decay_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,23 @@ def test_lark_file_model_list_consistency():
("BTOSLLMSEXT", [5.0, 5.0, 0.0, 1.0, 0.88, 0.227, 0.22, 0.34, 1.0, 0.0, -1.0, 0.0]),
("BTOVLNUBALL", [0.308, 36.54, -0.054, 0.288, 48.94, 1.484, -1.049, 39.52]),
("BTOXSGAMMA", [2.0]),
("BTOXELNU", ["BCL", -0.861, 1.444, 0.266, 0.378, 0.165, 0.291, 0.718, 0.384, 0.331, -0.876, 1.907]),
(
"BTOXELNU",
[
"BCL",
-0.861,
1.444,
0.266,
0.378,
0.165,
0.291,
0.718,
0.384,
0.331,
-0.876,
1.907,
],
),
("BTOXSLL", [4.8, 0.2, 0.0, 0.41]),
(
"BQTOLLLLHYPERCP",
Expand Down

0 comments on commit 0b116d5

Please sign in to comment.