Skip to content

Commit

Permalink
Fixing P92 test fit *again*
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Nov 8, 2017
1 parent c862883 commit 34895d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dust_extinction/tests/test_p92.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_P92_fitting():
x = x_quant.value

# change from defaults to make the best fit harder to find
p92_init = P92(BKG_amp=150.,NUV_amp=0.1, FUV_amp=10.)
p92_init = P92()

fit = LevMarLSQFitter()
# accuracy set to avoid warning the fit may have failed
Expand Down

0 comments on commit 34895d9

Please sign in to comment.