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

complete scipy.interpolate #101

Open
jorenham opened this issue Oct 18, 2024 · 2 comments
Open

complete scipy.interpolate #101

jorenham opened this issue Oct 18, 2024 · 2 comments
Labels
scipy.interpolate stubs: incomplete Missing or partial annotations

Comments

@jorenham
Copy link
Owner

jorenham commented Oct 18, 2024

it uses Untyped* 489 465 times

@jorenham jorenham added scipy.interpolate stubs: incomplete Missing or partial annotations labels Oct 18, 2024
@berhoel

This comment was marked as resolved.

@jorenham
Copy link
Owner Author

jorenham commented Nov 18, 2024

The signature for "interpolate._cubic.CubicSpline" is wrong. Argument bc_type should be bc_type: Literal["not-a-knot","periodic","clamped","natural"]|tuple[tuple[int,float|ArrayLike]|Literal["not-a-knot","clamped","natural"],tuple[int,float|ArrayLike]|Literal["not-a-knot","clamped","natural"]] = "not-a-knot"

Thanks for the reporting this, @berhoel. I have fixed it in #182.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.interpolate stubs: incomplete Missing or partial annotations
Projects
None yet
Development

No branches or pull requests

2 participants