samconnolly / DELightcurveSimulation

Emmanoulopoulos style lightcurve simulation
33 stars 19 forks source link

default args in DELCgen.py #4

Open tluczym opened 5 years ago

tluczym commented 5 years ago

In function Fit_PDF() in DELCgen.py, initial_params is set to default initial_params=[6,6, 0.3,7.4,0.8,0.2]. This should probably be initial_params=[6, 0.3,7.4,0.8,0.2] -- i.e. FIVE elements (as stated in the comment block), instead of 6 given.