-
Notifications
You must be signed in to change notification settings - Fork 604
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
Remove old return type, mode kwarg #4503
Conversation
Hello. You may have forgotten to update the changelog!
|
Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Codecov Report
@@ Coverage Diff @@
## master #4503 +/- ##
==========================================
- Coverage 99.67% 99.66% -0.01%
==========================================
Files 378 376 -2
Lines 34259 32967 -1292
==========================================
- Hits 34148 32857 -1291
+ Misses 111 110 -1
|
tests/interfaces/default_qubit_2_integration/test_execute_default_qubit_2.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 💥 !!!!
Two very minor comments, but other than that looks good :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized we can also remove QuantumScript._single_measurement_shape
and QuantumScript._multi_homogenous_measurement_shape
.
Though we can do so in a follow up PR.
Lines 241-242 and 250-254 of |
…ennylane into remove_return_type
can you delete the |
[sc-42859] |
Description of the Change:
This PR removes the old return type and the
mode
keyword argument.Benefits:
Legacy code remove and less testing.