Skip to content

Commit b07d503

Browse files
committed
Fixed tutorial tests
1 parent 24103e0 commit b07d503

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/source/tutorials/vaccinating_elderly/causal_tests.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"treatment_variable": "max_doses",
99
"outcome_variable": "cum_vaccinations",
1010
"expected_effect": {"name": "NoEffect"},
11-
"formula": "cum_vaccinations ~ max_doses",
11+
"estimator_kwargs": {"formula": "cum_vaccinations ~ max_doses"},
1212
"alpha": 0.05,
1313
"skip": false
1414
},
@@ -20,7 +20,7 @@
2020
"treatment_variable": "max_doses",
2121
"outcome_variable": "cum_vaccinated",
2222
"expected_effect": {"name": "NoEffect"},
23-
"formula": "cum_vaccinated ~ max_doses",
23+
"estimator_kwargs": {"formula": "cum_vaccinated ~ max_doses"},
2424
"alpha": 0.05,
2525
"skip": false
2626
},
@@ -32,7 +32,7 @@
3232
"treatment_variable": "max_doses",
3333
"outcome_variable": "cum_infections",
3434
"expected_effect": {"name": "NoEffect"},
35-
"formula": "cum_infections ~ max_doses",
35+
"estimator_kwargs": {"formula": "cum_infections ~ max_doses"},
3636
"alpha": 0.05,
3737
"skip": false
3838
},
@@ -44,7 +44,7 @@
4444
"treatment_variable": "vaccine",
4545
"outcome_variable": "cum_vaccinations",
4646
"expected_effect": {"name": "SomeEffect"},
47-
"formula": "cum_vaccinations ~ vaccine",
47+
"estimator_kwargs": {"formula": "cum_vaccinations ~ vaccine"},
4848
"skip": false
4949
},
5050
{
@@ -55,7 +55,7 @@
5555
"treatment_variable": "vaccine",
5656
"outcome_variable": "cum_vaccinated",
5757
"expected_effect": {"name": "SomeEffect"},
58-
"formula": "cum_vaccinated ~ vaccine",
58+
"estimator_kwargs": {"formula": "cum_vaccinated ~ vaccine"},
5959
"skip": false
6060
},
6161
{
@@ -66,7 +66,7 @@
6666
"treatment_variable": "vaccine",
6767
"outcome_variable": "cum_infections",
6868
"expected_effect": {"name": "SomeEffect"},
69-
"formula": "cum_infections ~ vaccine",
69+
"estimator_kwargs": {"formula": "cum_infections ~ vaccine"},
7070
"skip": false
7171
},
7272
{
@@ -77,7 +77,7 @@
7777
"treatment_variable": "cum_vaccinations",
7878
"outcome_variable": "cum_vaccinated",
7979
"expected_effect": {"name": "NoEffect"},
80-
"formula": "cum_vaccinated ~ cum_vaccinations + vaccine",
80+
"estimator_kwargs": {"formula": "cum_vaccinated ~ cum_vaccinations + vaccine"},
8181
"alpha": 0.05,
8282
"skip": false
8383
},
@@ -89,7 +89,7 @@
8989
"treatment_variable": "cum_vaccinations",
9090
"outcome_variable": "cum_infections",
9191
"expected_effect": {"name": "NoEffect"},
92-
"formula": "cum_infections ~ cum_vaccinations + vaccine",
92+
"estimator_kwargs": {"formula": "cum_infections ~ cum_vaccinations + vaccine"},
9393
"alpha": 0.05,
9494
"skip": false
9595
},
@@ -101,7 +101,7 @@
101101
"treatment_variable": "cum_vaccinated",
102102
"outcome_variable": "cum_infections",
103103
"expected_effect": {"name": "NoEffect"},
104-
"formula": "cum_infections ~ cum_vaccinated + vaccine",
104+
"estimator_kwargs": {"formula": "cum_infections ~ cum_vaccinated + vaccine"},
105105
"alpha": 0.05,
106106
"skip": false
107107
}

0 commit comments

Comments
 (0)