File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
examples/covasim_/vaccinating_elderly Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def experimental_causal_test_vaccinate_elderly(runs_per_test_per_config: int = 3
70
70
'max_doses' : {}
71
71
}
72
72
73
- causal_test_engine = CausalTestEngine (causal_specification , data_collector )
73
+ causal_test_engine = CausalTestEngine (causal_specification , data_collector , index_col = 0 )
74
74
for outcome_variable , expected_effect in expected_outcome_effects .items ():
75
75
causal_test_case = CausalTestCase (control_input_configuration = {vaccine : 0 },
76
76
expected_causal_effect = expected_effect ,
@@ -81,7 +81,6 @@ def experimental_causal_test_vaccinate_elderly(runs_per_test_per_config: int = 3
81
81
82
82
83
83
# 8. Obtain the minimal adjustment set for the causal test case from the causal DAG
84
- causal_test_engine .load_data (index_col = 0 )
85
84
minimal_adjustment_set = causal_test_engine .identification (causal_test_case )
86
85
87
86
# 9. Build statistical model
You can’t perform that action at this time.
0 commit comments