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

ASV time_param_circSU2_100_build no longer needs to call _build. #13781

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

raynelfss
Copy link
Contributor

Summary

The following commits remove an invalid function call that would make circuit_construction tests fail on ASV.

Details and comments

In the ASV test bench, a circuit construction test, time_param_circSU2_100_build which used to be implemented on top of a BlueprintCircuit no longer needs to call _build. The following commits remove this function call.

- In the ASV test bench, a circuit construction test, `time_param_circSU2_100_build` which used to be implemented on top of a `BlueprintCircuit` no longer needs to call `_build`.
@raynelfss raynelfss requested a review from a team as a code owner February 3, 2025 15:17
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@raynelfss raynelfss added the Changelog: None Do not include in changelog label Feb 3, 2025
@mtreinish mtreinish enabled auto-merge February 3, 2025 15:42
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13116720666

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 8 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.003%) to 88.805%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 2 92.23%
crates/qasm2/src/parse.rs 6 96.68%
Totals Coverage Status
Change from base Build 13115148220: 0.003%
Covered Lines: 79750
Relevant Lines: 89803

💛 - Coveralls

@mtreinish mtreinish added this pull request to the merge queue Feb 3, 2025
Merged via the queue into Qiskit:main with commit 20b00ce Feb 3, 2025
18 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants