Skip to content

Commit 8209ce0

Browse files
casaul vs causal typo
1 parent 16df416 commit 8209ce0

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.casual_dag, self.scenario = (
47+
self.causal, self.scenario = (
4848
causal_specification.causal_dag,
4949
causal_specification.scenario,
5050
)

0 commit comments

Comments
 (0)