File tree Expand file tree Collapse file tree 2 files changed +1
-176
lines changed Expand file tree Collapse file tree 2 files changed +1
-176
lines changed Original file line number Diff line number Diff line change 22
22
from causal_testing .specification .variable import Input , Meta , Output
23
23
from causal_testing .testing .causal_test_case import CausalTestCase
24
24
from causal_testing .testing .causal_test_result import CausalTestResult
25
- from causal_testing .testing .causal_test_engine import CausalTestEngine
26
25
from causal_testing .testing .estimators import Estimator
27
26
from causal_testing .testing .base_test_case import BaseTestCase
28
27
@@ -291,7 +290,7 @@ def _execute_test_case(
291
290
292
291
def _setup_test (
293
292
self , causal_test_case : CausalTestCase , test : Mapping
294
- ) -> tuple [ CausalTestEngine , Estimator ] :
293
+ ) -> Estimator :
295
294
"""Create the necessary inputs for a single test case
296
295
:param causal_test_case: The concrete test case to be executed
297
296
:param test: Single JSON test definition stored in a mapping (dict)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments