We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you ever use a type checker, such as basedpyright, the polarify function will make lots of errors.
It's because pl.Expr type is not directly comparable. Removing the type will remove errors (as long as your project allows untyped functions.)
pl.Expr
I wonder if there's any fix for this? Maybe when it's not typed, the output function is assumed to be pl.Expr?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you ever use a type checker, such as basedpyright, the polarify function will make lots of errors.
It's because
pl.Expr
type is not directly comparable. Removing the type will remove errors (as long as your project allows untyped functions.)I wonder if there's any fix for this? Maybe when it's not typed, the output function is assumed to be
pl.Expr
?The text was updated successfully, but these errors were encountered: