Greg Lucas
Greg Lucas
I would be in favor of using `pre-commit.ci`. One thing I have run into on other projects is that if you enable it and we don't go with it or...
> I guess that might force other PR authors to rebase once this PR lands on main We have a lot of PRs that have been sitting for several years...
We have just released v0.22 which should help with the compatibility between packages and installation much easier. Please open a new issue if you are still having problems.
This would be nice to reduce the number of times we get failures from ows + NASA tile servers as well. It looks like you could try and add the...
Seems like a reasonable request. I think it would mean creating a new class that subclasses CRS instead of Projection and then piping that through the function to return the...
Is there a way to do something like: `if not path.closed(): close_the_path` One other thought is that perhaps the previous fix was actually a non-ideal one where `self._path = mpath.Path(self._path.vertices,...
@raphaelquast , some tests would be good regardless of the solution I think! You've definitely found some issues, so codifying those with tests would be great. I think this is...
It says you are using the macosx backend, but you report you are on an Ubuntu OS. That could be your issue... I am unable to reproduce this.
Closing for lack of response. Feel free to add more information and we can reopen.
This doesn't issue an error on 3.7.1 anymore. I didn't bisect it, but possibly from this PR: https://github.com/matplotlib/matplotlib/pull/24912