Skip to content

Commit

Permalink
fix silly warning error
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesje committed Mar 18, 2024
1 parent b7eca14 commit 59fceae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py21cmfast/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,10 +1081,9 @@ def determine_halo_list(
)

if user_params.HMF != 1:
logger.warning(
warnings.warn(
"DexM Halofinder Uses a fit to the Sheth-Tormen mass function."
"With HMF!=1 the Halos from DexM will not be from the same mass function",
norepeat=True,
)

min_z = (
Expand Down

0 comments on commit 59fceae

Please sign in to comment.