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

Excessive output by NLM filter #66

Open
rubenhorn opened this issue Aug 14, 2024 · 0 comments
Open

Excessive output by NLM filter #66

rubenhorn opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
invalid This doesn't seem right

Comments

@rubenhorn
Copy link
Contributor

Issue:
There is WAY too much output being printed to stdout by NLM.cpph without using some debugging flags.

std::cout << "NLM info: [...]

This causes giant output files and excessive runtimes.

Proposed solution:
Restrict this output to (filtering-) debug builds using the corresponding CMake flag/preprocessor macro.
Perhaps something separate from DEBUG_FILTER_PIPELINE should be used.

(Relates to #9)

@rubenhorn rubenhorn added the invalid This doesn't seem right label Aug 14, 2024
@rubenhorn rubenhorn self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant