-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
protocols.is_parameterized(sympy.pi) currently returns True #7053
Comments
Hi again, @daxfohl. I know I just reached out to you regarding issue 7050, but this issue potentially looks like a simple fix. I would like to work on this issue to help give myself more scope of the project. Thanks again, I'm very excited to start working on Cirq! |
I was previously unaware of the triage/discuss tag, I apologize for the confusion. |
Discussed in Cirq Cynq 2025-03-05: @daxfohl could you provide an example of where there is a problem caused by the current behavior? Are there examples where data argument types need to be resolved this way? During discussions, the general sense was that the issue may have merit if the need/scenario could be demonstrated with an example or two. |
No worries! Thank you for your interest and patience. |
I noticed it when working on #7057. I initially tried to use |
I just saw the sync notes and wanted to make sure it's clear that currently Updated issue title to better reflect that. |
Add back @daxfohl Thank you for the clarification! |
is_parameterized
needs a check for free symbols, not just isinstance(sympy.Basic)The text was updated successfully, but these errors were encountered: