Skip to content

Commit c3b5ccb

Browse files
committed
change branch
1 parent 31ca261 commit c3b5ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

causal_testing/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ def create_causal_test(self, test: dict, base_test: BaseTestCase) -> CausalTestC
338338
if estimator_class is None:
339339
raise ValueError(f"Unknown estimator: {test['estimator']}")
340340

341+
print(test)
342+
341343
# Create the estimator with correct parameters
342344
estimator = estimator_class(
343345
base_test_case=base_test,

0 commit comments

Comments
 (0)