Let's avoid using costly np.max() functions on ordered arrays. The max will...
Let's avoid using costly np.max() functions on ordered arrays. The max will always be the last element. Also use the fact that the arrays are sorted to select the last 100 elements to compute the average SFR.
Please register or sign in to comment