Error:
ValueError: All input arrays must have the same shape.
Upon testing, it seems like this error only pops up when I use the "projected_r" in the lightcurve function, all other projected variables can be set just fine.
Thanks! This was fixed in #6, which makes sure projected_r, projected_theta, and projected_f all have the same shape in polynomial_limb_darkened_transit.lightcurve()
Want to quickly create multiple lightcurves with different
projected_r
values, but throws an error about mismatching array sizes:MWE:
Error:
ValueError: All input arrays must have the same shape.
Upon testing, it seems like this error only pops up when I use the "projected_r" in the
lightcurve
function, all other projected variables can be set just fine.