Skip to content

Commit

Permalink
Merge pull request #538 from sibirrer/main
Browse files Browse the repository at this point in the history
bug fix for multiple RADIAL_INTERP functions
  • Loading branch information
sibirrer committed Oct 24, 2023
2 parents e64a860 + 8bc1047 commit 313d5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lenstronomy/LensModel/profile_list_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ def _load_model_instances(
"CTNFW_GAUSS_DEC",
"INTERPOL",
"INTERPOL_SCALED",
"RADIAL_INTERPOL" "NIE",
"RADIAL_INTERPOL",
"NIE",
"NIE_SIMPLE",
]:
lensmodel_class = self._import_class(
Expand Down

0 comments on commit 313d5ad

Please sign in to comment.