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 and maintenance of checks #902

Merged
merged 6 commits into from
Apr 30, 2024

Conversation

mpharrigan
Copy link
Collaborator

  • consistent names and docstrings
  • skip slow bloq_examples from bloq report card

@@ -110,6 +110,9 @@ def get_bloq_report_card(
bclasses = get_bloq_classes()
if bexamples is None:
bexamples = get_bloq_examples()
# Default exclusions: pass explicit bexamples to override.
skips = ['qubitization_qpe_hubbard_model_small', 'qubitization_qpe_hubbard_model_large']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these slow or why are they skipped?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, it's in the PR description 🤦

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they're slow

@mpharrigan mpharrigan enabled auto-merge (squash) April 29, 2024 23:50
@mpharrigan mpharrigan merged commit e66eb6e into quantumlib:main Apr 30, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants