-
Notifications
You must be signed in to change notification settings - Fork 39
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
Change Conditional.then_op
usage to Conditional.base
#752
Conversation
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.
Thank you, @mudit2812!
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 to me! Thanks @mudit2812 !
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #752 +/- ##
===========================================
- Coverage 95.21% 27.87% -67.35%
===========================================
Files 120 15 -105
Lines 17504 1729 -15775
===========================================
- Hits 16667 482 -16185
- Misses 837 1247 +410 ☔ View full report in Codecov by Sentry. |
New work in Pennylane removed
Conditional.then_op
in favour ofConditional.base
. This PR updates lightning to use the new attribute.