-
Notifications
You must be signed in to change notification settings - Fork 7
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: nondeterminism in lazify-measure #766
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #766 +/- ##
==========================================
+ Coverage 82.21% 82.24% +0.02%
==========================================
Files 63 63
Lines 7767 7771 +4
Branches 7511 7515 +4
==========================================
+ Hits 6386 6391 +5
+ Misses 991 990 -1
Partials 390 390
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f29031c
to
1ebb2c0
Compare
Co-authored-by: Agustín Borgna <[email protected]>
Co-authored-by: Agustín Borgna <[email protected]>
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.
Nice find.
As discussed elsewhere, we should probably make SimpleReplacement deterministic and remove the sorts here.
Created CQCL/hugr#1919 |
## 🤖 New release * `tket2`: 0.7.1 -> 0.7.2 (✓ API compatible changes) * `tket2-hseries`: 0.8.0 -> 0.9.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `tket2` <blockquote> ## [0.7.1](tket2-v0.7.0...tket2-v0.7.1) - 2025-01-10 ### Bug Fixes - remove unicode pi symbols in rotation extension (#743) </blockquote> ## `tket2-hseries` <blockquote> ## [0.9.0](tket2-hseries-v0.8.0...tket2-hseries-v0.9.0) - 2025-02-12 ### Bug Fixes - Use `RemoveDeadFuncsPass` instead of deprecated `remove_polyfuncs()` (#759) - nondeterminism in lazify-measure (#766) ### New Features - *(tket2-hseries)* Add `tket2.wasm` extension (#737) - force-order qfree early and qalloc late. (#762) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
No description provided.