xarray
xarray copied to clipboard
Add allow_failures flag to Dataset.curve_fit
- [x] Closes #6317
- [ ] Tests added
- [x] User visible changes (including notable bug fixes) are documented in
whats-new.rst
For some reason, my grepping doesn't seem to show any existing tests for curve_fit...?
Thanks @StanczakDominik can you add a test for this behaviour? The existing tests are here: https://github.com/pydata/xarray/blob/f2d0eb49b06f216117f048287e0796c1b6fd0a1d/xarray/tests/test_dataarray.py#L4079
Gah, I kept grepping for curve_fit with the underscore! 😅 Thanks for the pointer!
@StanczakDominik are you still motivated to work on these tests?
Hi! I would also like to see this implemented, so I rebased this branch and added a test in #7891.