Willi Rath
Willi Rath
There's a few very similar discussions going on in the [`dask-mpi` repo](https://github.com/dask/dask-mpi/issues). https://github.com/dask/dask-mpi/issues/25 might be particularly interesting for you.
This could be of interest as well: https://gist.github.com/willirath/2176a9fa792577b269cb393995f43dda It's ssh'ing back to the host system where srun etc are available.
> Note that set_auto_mask can be used at any time (not just at variable creation time) to disable the use of valid_min/valid_max/missing_value to return masked arrays. Thanks. I think this...
> Pull request #708 (which will be in 1.3.0) tries to address this by not using valid_min/valid_max/missing_value/_FillValue if the values of those attributes cannot be safely cast to the variable...
> > Note that set_auto_mask can be used at any time (not just at variable creation time) to disable the use of valid_min/valid_max/missing_value to return masked arrays. > > Thanks....
@jswhit: I'm quite busy atm, so I'll just pin netCDF4 to v1.2.8 in all my envs to be safe in the short run. If you're interested, I'd be, however, definitely...
I'm happy to join and look into #100. (But I'll be quite busy the next few days.) Am 14. Juni 2018 02:45:07 schrieb Ryan Abernathey : > This issue is...
I've added the initialization of the `self._fill_missing_chunk` attribute. Regarding tests: Where should I add it? `zarr/tests/test_core.py` I'd go for: - Ensure that `_fill_missing_chunks` is set after `Array` initialization. - Ensure...
Thanks for pinging me. I'm still interested. It'll take a few days, though.
@bolliger32 I've found some time to continue with this today. (:+1: for pinging me again. Adding some urgency usually helps finishing this kind of work.) @joshmoore and @jrbourbeau I've added...