diff --git a/pyHalo/Halos/HaloModels/generalized_nfw.py b/pyHalo/Halos/HaloModels/generalized_nfw.py index 6fa071c..9cabfbc 100644 --- a/pyHalo/Halos/HaloModels/generalized_nfw.py +++ b/pyHalo/Halos/HaloModels/generalized_nfw.py @@ -57,7 +57,7 @@ def lenstronomy_ID(self): """ See documentation in base class (Halos/halo_base.py) """ - return ['GNFW'] + return ['PSEUDO_DPL'] @property def profile_args(self):