Mathias Hauser
Mathias Hauser
This would allow to install from pip instead of mamba, which could be a bit faster. As a first test could try to switch to pip for the docs build....
These functions have the signature `def _mask*(outlines, lon_bounds, numbers, lon_or_obj, lat, ...)`. - [x] `outlines` should be `polygons` - [x] the `lon_bounds` can be calculated from the `polygons` (it is...
> Somewhat related: I came up with [this trick](https://flox.readthedocs.io/en/latest/user-stories/overlaps.html) for groupby over overlapping regions (add some dummy axes and then reduce over all dummy axes). It is basically a version...
namespace_packages as defined in https://github.com/pydap/pydap/blob/35077495efc253116bf0d08f99b56eec82135bad/src/pydap/tests/__init__.py#L1 are deprecated. See also https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages and matplotlib/matplotlib#25244
When dask is missing we get the following error message: ```python-traceback ValueError: unrecognized chunk manager dask - must be one of: [] ``` this could be confusing - the error...
### What happened? `ds.weighted(weights).mean(dims)` errors when reducing over a dimension that is neither on the `weights` nor on the variable. ### What did you expect to happen? This used to...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...
How about (in `tigramite_estimation_beta.py` ): ``` # Import scipy.weave for C++ inline code and other packages from scipy import linalg, special, stats, spatial try: from scipy import weave except ImportError:...
## ✨ Feature Request Should/ could allow passing a string to `convert` (of the `NetCDFTimeConverter`) be beneficial? ## Motivation I want to set the xlim of a nc-time axis. Is...
#213 suggests wrf-python is python 3.9+ - make the metadata and docs reflect that.