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

Fix all reportInvalidTypeForm #332

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

Avasam
Copy link
Contributor

@Avasam Avasam commented Nov 7, 2024

No description provided.

@Avasam Avasam force-pushed the Fix-all-reportInvalidTypeForm branch from 5ef1f9a to d75959a Compare November 7, 2024 22:59
Comment on lines -70 to +73
def as_mpmath(x: Any, prec: int, options: OPT_DICT) -> tUnion[mpc, mpf]: ...
def as_mpmath(x: Any, prec: int, options: OPT_DICT): ...
def do_integral(expr: Integral, prec: int, options: OPT_DICT) -> TMP_RES: ...
def evalf_integral(expr: Integral, prec: int, options: OPT_DICT) -> TMP_RES: ...
def check_convergence(numer: Expr, denom: Expr, n: Symbol) -> tTuple[int, Any, Any]: ...
def hypsum(expr: Expr, n: Symbol, start: int, prec: int) -> mpf: ...
def hypsum(expr: Expr, n: Symbol, start: int, prec: int): ...
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This followed the runtime annotation, which itself was invalid

@Avasam Avasam force-pushed the Fix-all-reportInvalidTypeForm branch 2 times, most recently from 521c2d8 to c4a4dba Compare November 7, 2024 23:16
@Avasam Avasam force-pushed the Fix-all-reportInvalidTypeForm branch from c4a4dba to 00ed0bc Compare November 7, 2024 23:20
@debonte debonte merged commit fa91e26 into microsoft:main Nov 7, 2024
3 checks passed
@Avasam Avasam deleted the Fix-all-reportInvalidTypeForm branch November 7, 2024 23:30
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.

2 participants