Skip to content

Commit fc86d06

Browse files
committed
pylint
1 parent bf5df60 commit fc86d06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/testing/metamorphic_relation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ def generate_causal_tests(
217217
:param threads: The number of threads to use to generate tests in parallel. If unspecified, tests are generated in
218218
serial. This is tylically fine unless the number of tests to be generated is >10000.
219219
:param json_stub_kargs: Kwargs to pass into `to_json_stub` (see docstring for details.)
220-
:param estimate_type: The estimate type to use when evaluating tests
221-
:param estimator: The name of the estimator class to use when evaluating the test
222220
"""
223221
causal_dag = CausalDAG(dag_path, ignore_cycles=ignore_cycles)
224222

0 commit comments

Comments
 (0)