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

way to turn off printouts inside of metric_hyperplane_partitioner? #63

Closed
bwpriest opened this issue Oct 24, 2023 · 2 comments
Closed

Comments

@bwpriest
Copy link
Member

Using a dhnsw object with a metric hyperplane partitioner prints to cout at initialization and destruction that look something like

Adding points to HNSW
Partitioner initialization time: 0.293378

and

Median time: 0

respectively.
I gather that this is debug information for a work in progress, but is there an elegant way to toggle this off for downstream codes without modifying the source in the downstream repo?

@steiltre
Copy link
Collaborator

Removing these unnecessary print statements in PR #64.

Trying to overhaul some of YGM's techniques for tracking counters and timers. May use that work for any internal tracking within SaltAtlas in the future.

@steiltre
Copy link
Collaborator

Merged in PR

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

No branches or pull requests

2 participants