-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix test measures #280
Fix test measures #280
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## v0.23_rc0 #280 +/- ##
==============================================
+ Coverage 87.98% 98.86% +10.88%
==============================================
Files 27 27
Lines 2913 2913
==============================================
+ Hits 2563 2880 +317
+ Misses 350 33 -317
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, thank you for catching this! 🎉
* Create RC0 * Fix test measures (#280) * Update changelog * Add some missing PRs to Changelog * Update catch2 version to fix compilation issues with non const linux headers * Update qml.probs in tests * Update .github/CHANGELOG.md Co-authored-by: Amintor Dusko <[email protected]> * Revert wires=[] case * Drop rc tag from version * Add missing contributor * Fix wheel upload names Co-authored-by: Lee J. O'Riordan <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>
After recent changes in PL,
qml.probs
does not acceptwires=None
anymore.