We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f267d38 commit 1802ab5Copy full SHA for 1802ab5
tests/specification_tests/test_metamorphic_relations.py
@@ -118,7 +118,8 @@ def test_should_not_cause_json_stub(self):
118
"expected_effect": {"Z": "NoEffect"},
119
"mutations": ["X1"],
120
"name": "X1 _||_ Z",
121
- "skip": False,
+ "formula": "Z ~ X1",
122
+ "skip": True,
123
},
124
)
125
@@ -139,9 +140,10 @@ def test_should_cause_json_stub(self):
139
140
"estimate_type": "coefficient",
141
"estimator": "LinearRegressionEstimator",
142
"expected_effect": {"Z": "SomeEffect"},
143
144
145
"name": "X1 --> Z",
146
147
148
149
0 commit comments