- metevents version: 0.3.0
- Python version: 3.9
- Operating System: Mac OS
Description
StormEvents.find will crash if there is a fully missing timestep (not NAN). This should crash, but we should add an error describing why. Currently when determine_frequency is called, it returns None in this case.
We could change the default behavior of determine_frequency to raise a RunTimeError, but have a kwarg into the function to not raise an error if the user wants to get the None returned
Description
StormEvents.findwill crash if there is a fully missing timestep (not NAN). This should crash, but we should add an error describing why. Currently whendetermine_frequencyis called, it returnsNonein this case.We could change the default behavior of
determine_frequencyto raise a RunTimeError, but have a kwarg into the function to not raise an error if the user wants to get the None returned