From 75a5e09ca5052ae8bc175ae66c0525136a8717d6 Mon Sep 17 00:00:00 2001 From: Jason Wu <58082400+abstractlegwear@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:33:58 -0400 Subject: [PATCH] Add cosmic string to profile_list_base --- lenstronomy/LensModel/profile_list_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenstronomy/LensModel/profile_list_base.py b/lenstronomy/LensModel/profile_list_base.py index 41bb765b5..4e533f425 100644 --- a/lenstronomy/LensModel/profile_list_base.py +++ b/lenstronomy/LensModel/profile_list_base.py @@ -16,7 +16,7 @@ 'CURVED_ARC_TAN_DIFF', 'ARC_PERT', 'coreBURKERT', 'CORED_DENSITY', 'CORED_DENSITY_2', 'CORED_DENSITY_MST', 'CORED_DENSITY_2_MST', 'CORED_DENSITY_EXP', 'CORED_DENSITY_EXP_MST', 'NumericalAlpha', 'MULTIPOLE', 'HESSIAN', 'ElliSLICE', 'ULDM', - 'CORED_DENSITY_ULDM_MST'] + 'CORED_DENSITY_ULDM_MST', 'CosmicString'] class ProfileListBase(object):