Skip to content

Commit

Permalink
remove zred from reserved_params for CSPSpecBasis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-j committed Jun 9, 2020
1 parent 002cdbf commit ac89a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospect/sources/galaxy_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CSPSpecBasis(SSPBasis):
length as ``"mass"`` if they are independent for each component.
"""

def __init__(self, zcontinuous=1, reserved_params=['zred', 'sigma_smooth'],
def __init__(self, zcontinuous=1, reserved_params=['sigma_smooth'],
vactoair_flag=False, compute_vega_mags=False, **kwargs):

# This is a StellarPopulation object from fsps
Expand Down

0 comments on commit ac89a74

Please sign in to comment.