Closed wbenoit26 closed 3 months ago
The p_astro function is intended to take either a float or an array of floats, but as written, it cannot take a single value. Need to generalize the function and add testing.
p_astro
Also need to switch to using differential rates rather than cumulative rates once I determine the best way of estimating those
The
p_astro
function is intended to take either a float or an array of floats, but as written, it cannot take a single value. Need to generalize the function and add testing.