Skip to content

Commit 2ec4026

Browse files
Remove test engine!
1 parent 7dbc040 commit 2ec4026

File tree

2 files changed

+1
-176
lines changed

2 files changed

+1
-176
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from causal_testing.specification.variable import Input, Meta, Output
2323
from causal_testing.testing.causal_test_case import CausalTestCase
2424
from causal_testing.testing.causal_test_result import CausalTestResult
25-
from causal_testing.testing.causal_test_engine import CausalTestEngine
2625
from causal_testing.testing.estimators import Estimator
2726
from causal_testing.testing.base_test_case import BaseTestCase
2827

@@ -291,7 +290,7 @@ def _execute_test_case(
291290

292291
def _setup_test(
293292
self, causal_test_case: CausalTestCase, test: Mapping
294-
) -> tuple[CausalTestEngine, Estimator]:
293+
) -> Estimator:
295294
"""Create the necessary inputs for a single test case
296295
:param causal_test_case: The concrete test case to be executed
297296
:param test: Single JSON test definition stored in a mapping (dict)

causal_testing/testing/causal_test_engine.py

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)