Skip to content
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

Impl __repr__ for custom vector #1314

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

zen-xu
Copy link
Contributor

@zen-xu zen-xu commented Nov 14, 2024

I found that rustworkx's custom vectors do not provide __repr__ method, which I have to use print(indices)

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@IvanIsCoding
Copy link
Collaborator

This seems straightforward to me, I think we should have it

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11833335102

Details

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 95.809%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/iterators.rs 0 3 0.0%
Totals Coverage Status
Change from base Build 11799866574: -0.02%
Covered Lines: 18016
Relevant Lines: 18804

💛 - Coveralls

@IvanIsCoding IvanIsCoding added this pull request to the merge queue Nov 14, 2024
Merged via the queue into Qiskit:main with commit 4ed5d9d Nov 14, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants