astropy / astropy-tutorials

Tutorials for the Astropy Project
BSD 3-Clause "New" or "Revised" License
288 stars 170 forks source link

wrong weights used in Models-Quick-Fit tutorial #570

Closed keatonb closed 1 year ago

keatonb commented 1 year ago

Happened across this tutorial and saw weights getting passed to the fitting function as 1/err**2, but the fitter expects weights of 1/err. Worth fixing!

adrn commented 1 year ago

Fixed in #571