Need to remove max_credits#7409
Conversation
jakelishman
left a comment
There was a problem hiding this comment.
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. |
jakelishman
left a comment
There was a problem hiding this comment.
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? |
jakelishman
left a comment
There was a problem hiding this comment.
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 <[email protected]>
Summary
Fix #4132
Details and comments
max_creditswas deprecated