Michael Niklas
Michael Niklas
We should slow down with the PRs, haha. The merge conflicts will be a nightmare
I think it should be easy to make this backend python 3.6 compatible. You probably will have to change some typing, but it is not really important since the backend...
Possibly related: https://github.com/python/mypy/issues/13956 Even though this fails also for previous mypy versions.
@melioristic could you reproduce the matplotlib results by setting interpolation?
I think we should continue the discussion in https://github.com/pydata/xarray/issues/7130 since it is not clear which function signature (kwargs vs **kwargs) is preferred.
Actually, as @kmuehlbauer pointed out, we can address this for now by updating the docstring of the function. It should get clear the the extra kwargs are passed as a...
As said above, you don't have to change code to make it work. The intended way of using is `da.curvefit(...., kwargs={"method": "trf"})`. You can submit a PR which changes **kwargs...
Closing for now. Seems like an upstream issue. Feel free to reopen if it is still relevant.
Since https://github.com/python/mypy/issues/12846 seems to have been fixed, we could give this another go. Edit: Actually, now that the `Self` type should be fully supported, we could just move to this...
Thanks for this PR!