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 bf5df60 commit fc86d06Copy full SHA for fc86d06
causal_testing/testing/metamorphic_relation.py
@@ -217,8 +217,6 @@ def generate_causal_tests(
217
:param threads: The number of threads to use to generate tests in parallel. If unspecified, tests are generated in
218
serial. This is tylically fine unless the number of tests to be generated is >10000.
219
: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
222
"""
223
causal_dag = CausalDAG(dag_path, ignore_cycles=ignore_cycles)
224
0 commit comments