oscarhiggott / PyMatching

PyMatching: A Python/C++ library for decoding quantum error correcting codes with minimum-weight perfect matching.
Apache License 2.0
178 stars 32 forks source link

Rename retworkx to rustworkx #63

Closed quantumjim closed 7 months ago

quantumjim commented 1 year ago

I just did a find and replace with the hopes of fixing #62.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a58fe36) 100.00% compared to head (8b31bfb) 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #63 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 331 331 ========================================= Hits 331 331 ``` | [Impacted Files](https://codecov.io/gh/oscarhiggott/PyMatching/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/pymatching/matching.py](https://codecov.io/gh/oscarhiggott/PyMatching/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5bWF0Y2hpbmcvbWF0Y2hpbmcucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

oscarhiggott commented 1 year ago

Thanks for the PR! Aside from the tests failing, unfortunately I can't merge it as a find-replace will result in backward incompatibility (see my comment in #62)