WSL/SLF GitLab Repository

Skip to content

Fix: data check 1d version

Aschauer requested to merge fix/data_check_1d into master

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

Merge request reports