We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e3503 commit 9b35427Copy full SHA for 9b35427
1 file changed
causal_testing/main.py
@@ -593,8 +593,10 @@ def parse_args(args: Optional[Sequence[str]] = None) -> argparse.Namespace:
593
parser_discover.add_argument(
594
"-a",
595
"--alpha",
596
- help="The significance level of the confidence intervals used to determine causality. "
597
- "This should be a value between 0 and 1. Defaults to 0.05 for 95% confidence intervals.",
+ help=(
+ "The significance level of the confidence intervals used to determine causality. "
598
+ "This should be a value between 0 and 1. Defaults to 0.05 for 95%% confidence intervals."
599
+ ),
600
default=0.05,
601
)
602
0 commit comments