Skip to content

Commit

Permalink
BUG: update param space class names in dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Mar 15, 2024
1 parent 4bba8f3 commit dcbba30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion holodeck/librarian/param_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ def __init__(self, log=None, nsamples=None, sam_shape=None, seed=None):

_param_spaces_dict = {
'PS_Astro_Strong_All': PS_Astro_Strong_All,
'PS_Astro_Strong_Hard_Only': PS_Astro_Strong_Hard_Only,
'PS_Astro_Strong_Hard': PS_Astro_Strong_Hard,
'PS_Astro_Strong_GSMF': PS_Astro_Strong_GSMF,
'PS_Astro_Strong_GMR': PS_Astro_Strong_GMR,
'PS_Astro_Strong_MMBulge': PS_Astro_Strong_MMBulge,
}

0 comments on commit dcbba30

Please sign in to comment.