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

Clean up noisy warnings encountered in normal work flows #1267

Open
2 tasks done
mhodson-rigetti opened this issue Nov 2, 2020 · 0 comments
Open
2 tasks done

Clean up noisy warnings encountered in normal work flows #1267

mhodson-rigetti opened this issue Nov 2, 2020 · 0 comments
Labels
bug 🐛 An issue that needs fixing.

Comments

@mhodson-rigetti
Copy link
Contributor

Pre-Report Checklist

  • I am running the latest versions of pyQuil and the Forest SDK
  • I checked to make sure that this bug has not already been reported

Issue Description

This issue is to remove noisy warnings encountered during normal work flows. The first example is the warning about proving the QPUCompiler with native QUIL, without going through quilc, which is a normal flow when generating native circuits.

Other warnings across the code base should be checked.

How to Reproduce

p = Program()
p.inst(RX())

qc.compiler.native_quil_to_executable(p)

The intervening output to be removed are warning log messages.

Environment Context

Unspecified.

@mhodson-rigetti mhodson-rigetti added the bug 🐛 An issue that needs fixing. label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue that needs fixing.
Projects
None yet
Development

No branches or pull requests

1 participant