Open langfzac opened 2 months ago
compute_lightcurve! has tol::T=1e-6 as keyword argument. Should be something like tol=T(1e-6) so that it matches the other argument types.
compute_lightcurve!
tol::T=1e-6
tol=T(1e-6)
compute_lightcurve!
hastol::T=1e-6
as keyword argument. Should be something liketol=T(1e-6)
so that it matches the other argument types.