Closed lochhh closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.76%. Comparing base (
e7ccfe5
) to head (8c19a78
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sfmig I'm requesting your review because changes here are/stem from #265
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
What is this PR
Why is this PR needed? Closes #268
What does this PR do? This PR incorporates suggestions from #265
_compute_approximate_derivative
→_compute_approximate_time_derivative
for added clarity (commit from #265)xr.DataArray.differentiate
instead of the combination ofnp.gradient
withxr.apply_ufunc
andxr.DataArray.reindex
.xr.DataArray.differentiate
doc in public functions)References
268 #265
How has this PR been tested?
Tests run locally and in CI
Does this PR require an update to the documentation?
Docstrings are updated accordingly
Checklist: