Skip to content

Commit

Permalink
fix: prefactor_fnc argument for ps 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaBreitman committed Jul 23, 2024
1 parent f0851be commit a783609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py21cmfast_tools/lc2ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def mask_fnc(freq, absk):
bins=nbins_1d,
log_bins=log_bins,
k_weights=k_weights1d,
prefactor_fnc=power2delta,
prefactor_fnc=prefactor_fnc,
interpolation_method=interp,
interp_points_generator=interp_points_generator,
return_sumweights=True,
Expand Down

0 comments on commit a783609

Please sign in to comment.