Skip to content

Commit

Permalink
Adding missing mass_split test check.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Oct 29, 2024
1 parent 72002e6 commit ae8e911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ccl_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def test_ccl_factory_neutrino_mass_splits(
ccl_factory = CCLFactory(mass_split=neutrino_mass_splits)

assert ccl_factory is not None
assert ccl_factory.mass_split == neutrino_mass_splits

default_params = get_default_params_map(ccl_factory)

Expand Down

0 comments on commit ae8e911

Please sign in to comment.