Ashar25 / RainyDay

0 stars 1 forks source link

DURATIONCORRECTION is weird #57

Open danielbwright opened 3 months ago

danielbwright commented 3 months ago

This is weird:

durationcheck=60./rainprop.timeres*duration==np.float(catrain.shape[0]) if durationcheck==False: print("Storm catalog duration is longer than the specified duration...") print("Sorry, but we're turning DURATIONCORRECTION on. While there might be specific use cases where what you're trying to do makes sense, it is more likely that it doesn't. And it is difficult to sort out how to handle this situation in the refactored code.")

We need to make sure this actually does what we want...