tame verbose outputs in map_query_to_causal_type()
(and possibly elsewhere)
#298
Labels
map_query_to_causal_type()
(and possibly elsewhere)
#298
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 toexpand_wildcard()
. The latter has averbose
argument, but the former does not. As a result, when callingCausalQueries:::map_query_to_causal_type()
, we cannot prevent the printout.Happy to fix some of those as I go through the tests.
The text was updated successfully, but these errors were encountered: