Skip to content

Commit

Permalink
fix sampler tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesje committed Nov 13, 2024
1 parent d584482 commit 4e01ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_halo_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_sampler(name, cond, from_cat, plt):
redshift, kwargs = cint.OPTIONS_HMF[name]
redshift = 8
opts = prd.get_all_options(redshift, **kwargs)
up = opts["user_params"]
up = opts["user_params"].clone(SAMPLER_MIN_MASS=2e8)
cp = opts["cosmo_params"]
ap = opts["astro_params"]
fo = opts["flag_options"]
Expand Down

0 comments on commit 4e01ba6

Please sign in to comment.