You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you search for int( you'll find casts throughout a lot of the codebase. This might be left-over from before _params_validation() was added. The task is to remove these redundant casts and add a few assertions/additional tests as needed.
The text was updated successfully, but these errors were encountered:
Hi @amirebrahimi, I am Rishabh from India, recently contributed in Cirq and Pennylane and I want to make a PR for this issue, can you please elaborate little bit more?
If you search for
int(
you'll find casts throughout a lot of the codebase. This might be left-over from before_params_validation()
was added. The task is to remove these redundant casts and add a few assertions/additional tests as needed.The text was updated successfully, but these errors were encountered: