astropy-tutorials
astropy-tutorials copied to clipboard
Incorrect derivatives in User-Defined-Model tutorial
I believe that I have have found a mathematical error in the User-Defined-Model tutorial (Full custom model section).
The derivatives should be
d_a = np.sin(b*x+c)
and
d_c = a*np.cos(b*x+c)