Skip to content

Commit d8e2a40

Browse files
committed
disabled too many args on CausalTestResult init
1 parent 8830175 commit d8e2a40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causal_testing/testing/causal_test_result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class CausalTestResult:
2323
confidence intervals."""
2424

2525
def __init__(
26+
# pylint: disable=too-many-arguments
2627
self,
2728
estimator: Estimator,
2829
test_value: TestValue,

0 commit comments

Comments
 (0)