Skip to content

Commit

Permalink
Test them
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Nov 9, 2023
1 parent 44f78c5 commit 6212867
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/dec/test_known_decay_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@ def test_lark_file_model_list_consistency():
# ("HQET", ""),
# ("ISGW2", ""),
# ("ISGW", ""),
# ("KS_PI0MUMU", ""),
# ("Lb2Baryonlnu", ""),
# ("Lb2plnuLCSR", ""),
# ("Lb2plnuLQCD", ""),
# ("LbAmpGen", ""),
("KS_PI0MUMU", [1.2, 0.49, -3.9, 0.2, 2.5]),
("Lb2Baryonlnu", [1.0, 1.0, 1.0, 1.0]),
("Lb2plnuLCSR", [1.0, 1.0, 1.0, 1.0]),
("Lb2plnuLQCD", [1.0, 1.0, 1.0, 1.0]),
("LbAmpGen", ["DtoKpipipi"]),
("LLSW", [0.71, -1.6, -0.5, 2.9]),
("LNUGAMMA", [0.35, 3.0, 5.0, 0.0]),
# ("LQCD", ""),
# ("MELIKHOV", ""),
("OMEGA_DALITZ", ""),
("PARTWAVE", [0.0, 0.0, 1.0, 0.0, 0.0, 0.0]),
("PHI_DALITZ", ""),
# ("PHSPDECAYTIMECUT", ""),
# ("PHSPFLATLIFETIME", ""),
("PHSPDECAYTIMECUT", [0.29]),
("PHSPFLATLIFETIME", [12]),
("PHSP", ""),
("PI0_DALITZ", ""),
# ("PROPSLPOLE", ""),
Expand Down Expand Up @@ -311,7 +311,7 @@ def test_lark_file_model_list_consistency():

def test_parsing_of_all_known_models_are_tested():
assert (
len(parsed_models) == len(known_decay_models) - 51
len(parsed_models) == len(known_decay_models) - 44
) # subtract for now the number of models not yet tested


Expand Down

0 comments on commit 6212867

Please sign in to comment.