-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Need to remove max_credits #7409
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
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.
Thanks for looking at this - this definitely had fallen through the cracks, so it's great you're taking care of it, thank you!
You've done a good job with issuing the deprecations from what I can see, I just left a couple of comments about the message we should emit, and how we can slim down all the tests so it's clearer what we're actually testing.
@jakelishman Thank you for the review. I fixed the code based on your comments. |
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.
Thanks for the quick turn-around! I spotted one place in qiskit.assemble
where we could handle the warning a little better for users, but in general this looks good to me.
After this, I need to check with the team that this parameter is completely deprecated (I'm fairly sure it is) before merging, which might take a little bit of time because everyone's on holiday.
@jakelishman Any news for this PR? |
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.
Sorry for the delay, I forgot to check back in after we all got back from christmas! I've just pushed a couple of tweaks to simplify the release note and catch a missing place where max_credits
was still in use, but this looks good now, thanks!
Pull Request Test Coverage Report for Build 1718874755
💛 - Coveralls |
* fix issue Qiskit/qiskit#4132 - Need to remove max_credits * fix issue Qiskit/qiskit#4132 - Need to remove max_credits * deprecate max_credits instead of removing * deprecate max_credits - add release notes * fix review comments * add warning for assamble * Reword release note * Remove straggler max_credits Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
Summary
Fix #4132
Details and comments
max_credits
was deprecated