Skip to content

Commit 93c7a91

Browse files
forgot _dag ending
1 parent 8209ce0 commit 93c7a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/testing/causal_test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CausalTestEngine:
4444
"""
4545

4646
def __init__(self, causal_specification: CausalSpecification, data_collector: DataCollector, **kwargs):
47-
self.causal, self.scenario = (
47+
self.causal_dag, self.scenario = (
4848
causal_specification.causal_dag,
4949
causal_specification.scenario,
5050
)

0 commit comments

Comments
 (0)