File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def test_should_not_cause_json_stub(self):
62
62
"name" : "X1 _||_ Z" ,
63
63
"formula" : "Z ~ X1" ,
64
64
"alpha" : 0.05 ,
65
- "skip" : True ,
65
+ "skip" : False ,
66
66
},
67
67
)
68
68
@@ -86,7 +86,7 @@ def test_should_not_cause_logistic_json_stub(self):
86
86
"name" : "X1 _||_ Z" ,
87
87
"formula" : "Z ~ X1" ,
88
88
"alpha" : 0.05 ,
89
- "skip" : True ,
89
+ "skip" : False ,
90
90
},
91
91
)
92
92
@@ -107,7 +107,7 @@ def test_should_cause_json_stub(self):
107
107
"formula" : "Z ~ X1" ,
108
108
"treatment_variable" : "X1" ,
109
109
"name" : "X1 --> Z" ,
110
- "skip" : True ,
110
+ "skip" : False ,
111
111
},
112
112
)
113
113
@@ -130,7 +130,7 @@ def test_should_cause_logistic_json_stub(self):
130
130
"formula" : "Z ~ X1" ,
131
131
"treatment_variable" : "X1" ,
132
132
"name" : "X1 --> Z" ,
133
- "skip" : True ,
133
+ "skip" : False ,
134
134
},
135
135
)
136
136
You can’t perform that action at this time.
0 commit comments