Fix: data check 1d version
newer versions of numba did not compile because of bug in continuous_timedeltas
where resolution
was not defined when the length of the input date array was shorter or equal 1. The 1d main function now also checks that the date resolution is 24 hours within chunks of consecutive nonzeros.
Edited by Aschauer