Ruth Comer
Ruth Comer
Thanks @pavithraes. I'm afraid my understanding of the `__array_ufunc__` and `__array_function__` methods is not very deep. However, looking at dask's current implementation of these `*_like` functions, they just pass straight...
Thanks @jsignell. I'll put a PR up when I have some time.
If this were done as a single patch, would that remove some of the flexibility for the user? At the moment, four connectors are created with two set to invisible,...
From the original post, I think `edgecolor` is OK, but `linewidth` is not. The easiest way to check would probably be to adapt and run the code snippet provided in...
There was a deprecation warning here, but it was only triggered if the mappable had an axes that was different from the current axes: https://github.com/matplotlib/matplotlib/blob/a86271c139a056a5c217ec5820143dca9e19f9b8/lib/matplotlib/figure.py#L1182-L1191 In the OP's case, I...
> Consider improving the docstring content, not just the formatting. An opportunity to also tick off #3292?
I have been having very similar thoughts! Note that there is a long-standing but recently active open PR in numpy that would allow passing of weights through `numpy.percentile`. If/when that...
This situation does now seem to have been ruled out in the [CF conventions](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#cell-boundaries): > Boundary variable attributes which determine the coordinate type (units, standard_name, axis and positive) or those...
Hi @bouweandela, would those coordinates also have `standard_name`s? If so, I think the lenient comparison would ignore the `long_name` clash.
Sorry, finger slipped!