Skip to content

Commit 8ed643a

Browse files
author
jngaravitoc
committed
chaging make_config_halo function name in basis_utils
1 parent 5b9720a commit 8ed643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXPtools/basis_builder/basis_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def makebasis(pos, mass, basis_model, config=None, basis_id='sphereSL', time=0,
159159
#rad, rho = empirical_density_profile(pos, mass, nbins=500)
160160
#makemodel_empirical(r_exact, rho, outfile=modelname)
161161
#R = [0.01, 600]
162-
config = make_config(basis_id, nbins+1, R[0], R[-1], lmax, nmax, scale,
162+
config = make_halo_config(basis_id, nbins+1, R[0], R[-1], lmax, nmax, scale,
163163
modelname, cachename)
164164

165165
# Construct the basis instances

0 commit comments

Comments
 (0)