`drop_empty_times` function in `se_root.py` evaluates dask-array values

Issue #8 resolved
bert.coerver created an issue

pywapor.enhancers.other.drop_empty_times calls .values on a lazy dask array, before saving the array to a netcdf. This can lead to problems with RAM and chunking.

Also check if this function is still required.