-
Notifications
You must be signed in to change notification settings - Fork 18
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
Rename probability to analytic_probability #24
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
==========================================
+ Coverage 98.70% 99.33% +0.62%
==========================================
Files 6 6
Lines 155 151 -4
==========================================
- Hits 153 150 -3
+ Misses 2 1 -1
Continue to review full report at Codecov.
|
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.
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.
Thanks @antalszava! I'm curious about the missing 4 lines of coverage - I'm assuming this is because analytic_probability()
is not being called in the test suite?
Thanks! It was the Other than that implicit calls coming from for example |
This change follows-up the change in the structure of
QubitDevice
:PennyLaneAI/pennylane#573