EEisbrenner

Results 5 comments of EEisbrenner

I wasn't able to install dephell, I think partly due to this (and maybe some other issues with pyenv and macOS BS). Well, I ended up `pipx install dephell` which...

@martindurant i've seen the work around via increased ulimit; however, I think the behavior was changed directly in xarray and the limit should not be breached anymore. I thought it...

with version `intake-xarray 0.4.0+23.g2f4bfb3` I still get the same error. Also, I might add that my `ulimit` is in fact below the file count.

while creating the object; this (below) is all I'm doing, maybe there is something in the few lines of code which I'm not aware of what it does. I'm still...

``` data = intake.open_catalog(path_to_catalog)["daily_mean"].to_dask() # [...] # [...].venv/lib/python3.8/site-packages/fsspec/implementations/local.py in _open(self) # OSError: [Errno 24] Too many open files: '[...]' ``` ``` data = xr.open_mfdataset(path_to_data, parallel=True, combine="by_coords") type(data) # xarray.core.dataset.Dataset ```...