Skip to content

Commit da0eb61

Browse files
author
NiekWielders
committed
changed name gnfw_3d to density_3d_func
1 parent 8167361 commit da0eb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/profiles/mass/dark/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def tabulate_integral(self, grid, tabulate_bins, **kwargs):
107107

108108
return eta_min, eta_max, minimum_log_eta, maximum_log_eta, bin_size
109109

110-
def gnfw_3d(self, r):
110+
def density_3d_func(self, r, xp=np):
111111
x = r / self.scale_radius
112112

113113
rho_at_scale_radius = (

0 commit comments

Comments
 (0)