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

Remove DeprecationWarning when import qiskit.primitives #10288

Closed
wants to merge 2 commits into from

Conversation

ikkoham
Copy link
Contributor

@ikkoham ikkoham commented Jun 15, 2023

Summary

Resolve #10245

Details and comments

@ikkoham ikkoham added Changelog: None Do not include in changelog mod: primitives Related to the Primitives module labels Jun 15, 2023
@ikkoham ikkoham added this to the 0.24.2 milestone Jun 15, 2023
@ikkoham ikkoham requested a review from mtreinish June 15, 2023 12:36
@ikkoham ikkoham requested review from a team and t-imamichi as code owners June 15, 2023 12:36
@qiskit-bot
Copy link
Collaborator

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core
  • @ajavadia
  • @ikkoham
  • @levbishop
  • @t-imamichi

@ikkoham
Copy link
Contributor Author

ikkoham commented Jun 15, 2023

Oh... sorry. duplicated with #10287

@ikkoham ikkoham closed this Jun 15, 2023
@ikkoham ikkoham added the status: duplicate This issue already exists label Jun 15, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5278862443

  • 10 of 14 (71.43%) changed or added relevant lines in 4 files are covered.
  • 8 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.009%) to 85.946%

Changes Missing Coverage Covered Lines Changed/Added Lines %
qiskit/primitives/backend_estimator.py 2 3 66.67%
qiskit/primitives/base/base_estimator.py 2 3 66.67%
qiskit/primitives/estimator.py 3 4 75.0%
qiskit/primitives/utils.py 3 4 75.0%
Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 2 92.15%
crates/qasm2/src/parse.rs 6 97.11%
Totals Coverage Status
Change from base Build 5266466291: 0.009%
Covered Lines: 71333
Relevant Lines: 82997

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: None Do not include in changelog mod: primitives Related to the Primitives module status: duplicate This issue already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing qiskit.primitives emits a large number of opflow deprecation warnings
3 participants