Closed abao1999 closed 2 years ago
There were two instances where a getMeasurementTerms function call used argument tot_flux=lightcurve[t], despite lightcurve=None, so when running starwarps, I would get the error: "NoneType not subscriptable."
I fixed this by just adding if statements.
thanks for catching this! I have changed the base branch to 'dev', but will push 'dev' into 'main' by the end of the month.
There were two instances where a getMeasurementTerms function call used argument tot_flux=lightcurve[t], despite lightcurve=None, so when running starwarps, I would get the error: "NoneType not subscriptable."
I fixed this by just adding if statements.