-
Notifications
You must be signed in to change notification settings - Fork 206
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 debugger breakpoint instruction from plot_voironi in divisive_clustering.py #2089
Conversation
Commenting out breakpoint() in plot_voironi as it causes debugger warning
CLA Assistant Lite bot All Contributors have signed the CLA. |
I have read the Contributor License Agreement and I hereby accept the Terms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spell check.
docs/sphinx/examples/python/tutorials/divisive_clustering_src/divisive_clustering.py
Outdated
Show resolved
Hide resolved
Command Bot: Processing... |
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Commenting out breakpoint() in plot_voironi as it causes debugger warning
Description
Removed breakpoint() from the function plot_voironi to suppress debugger warnings.