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

tame verbose outputs in map_query_to_causal_type() (and possibly elsewhere) #298

Open
gerasy1987 opened this issue Nov 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request medium priority

Comments

@gerasy1987
Copy link
Collaborator

Some functions have non-mutable verbose output. This is particularly an issue with internal functions. An example is CausalQueries:::map_query_to_causal_type(), which calls to expand_wildcard(). The latter has a verbose argument, but the former does not. As a result, when calling CausalQueries:::map_query_to_causal_type(), we cannot prevent the printout.

Happy to fix some of those as I go through the tests.

@till-tietz till-tietz self-assigned this Dec 11, 2023
@till-tietz till-tietz added enhancement New feature or request medium priority labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority
Projects
None yet
Development

No branches or pull requests

2 participants