Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize cumulative_trapezoid to fully support the scipy.integrate.cumulative_trapezoid API. #279

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jul 26, 2024

Generalize cumulative_trapezoid to fully support the scipy.integrate.cumulative_trapezoid API.

This also adds tests for previously untested codepaths, eg. when x=None.

Also fixes argument order: previous version used x before y, which is different from scipy. This could easily confuse users of this function.

@copybara-service copybara-service bot force-pushed the test_656395970 branch 4 times, most recently from ff3446f to 1e2e08d Compare July 29, 2024 15:45
…cumulative_trapezoid API.

This also adds tests for previously untested codepaths, eg. when `x=None`.

Also fixes argument order: previous version used x before y, which is different from scipy. This could easily confuse users of this function.

PiperOrigin-RevId: 657215557
@copybara-service copybara-service bot merged commit 204933d into main Jul 29, 2024
@copybara-service copybara-service bot deleted the test_656395970 branch July 29, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant