Skip to content

Commit

Permalink
Merge 468d2a7 into c6cb303
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Apr 3, 2020
2 parents c6cb303 + 468d2a7 commit 1d7739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dust_extinction/shapes.py
Expand Up @@ -208,8 +208,8 @@ class FM90(Fittable1DModel):
C2 = Parameter(description="linear term: slope", default=0.70)
C3 = Parameter(description="bump: amplitude", default=3.23)
C4 = Parameter(description="FUV rise: amplitude", default=0.41)
xo = Parameter(description="bump: centroid", default=4.60)
gamma = Parameter(description="bump: width", default=0.99)
xo = Parameter(description="bump: centroid", default=4.60, min=0.)
gamma = Parameter(description="bump: width", default=0.99, min=0.)

x_range = x_range_FM90

Expand Down

0 comments on commit 1d7739f

Please sign in to comment.