Skip to content

Commit

Permalink
Update test_salt2utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceGanot committed Feb 21, 2024
1 parent bd0852c commit b5bd5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sncosmo/tests/test_salt2utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def colorlaw_python(wave):

def test_salt2colorlaw_pickle():

colorlaw_coeffs = [-0.504294, 0.787691, -0.461715, 0.0815619]
colorlaw_coeffs = [-0.504294, 0.787691, -0.461715, 0.0815619, 0.0, 0.0]
colorlaw_range = (2800., 7000.)
colorlaw = SALT2ColorLaw(colorlaw_range, colorlaw_coeffs)

Expand Down

0 comments on commit b5bd5ed

Please sign in to comment.