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

MAINT: stats.ContinuousDistribution: improve doc generation; fix broken doctests by making stats.Uniform public again #22027

Merged
merged 8 commits into from
Dec 11, 2024
Prev Previous commit
Next Next commit
Merge branch 'main' into rv_docs
  • Loading branch information
mdhaber authored Dec 11, 2024
commit 9582e02c54b618680fdb7ec258d360779a17d3f8
1 change: 0 additions & 1 deletion scipy/integrate/_tanhsinh.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ def tanhsinh(f, a, b, *, args=(), log=False, maxlevel=None, minlevel=2,
# Using RichResult to allow dot notation, but a dictionary would suffice
pair_cache=_RichResult(xjc=None, wj=None, indices=[0], h0=None)) # pair cache


# Constant scalars don't need to be put in `work` unless they need to be
# passed outside `tanhsinh`. Examples: atol, rtol, h0, minlevel.

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.