Skip to content

Commit

Permalink
Update tests/dec/test_known_decay_models.py accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Nov 8, 2023
1 parent 0edfd72 commit 5c0f0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dec/test_known_decay_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,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) - 52
len(parsed_models) == len(known_decay_models) - 51
) # subtract for now the number of models not yet tested


Expand Down

0 comments on commit 5c0f0d0

Please sign in to comment.