Skip to content

Commit 1a68c0b

Browse files
committed
0.05
1 parent e2fcc6f commit 1a68c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causal_testing/specification/metamorphic_relation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def to_json_stub(self, skip=True) -> dict:
181181
"mutations": [self.treatment_var],
182182
"expected_effect": {self.output_var: "NoEffect"},
183183
"formula": f"{self.output_var} ~ {' + '.join([self.treatment_var] + self.adjustment_vars)}",
184-
"alpha": 0.01,
184+
"alpha": 0.05,
185185
"skip": skip,
186186
}
187187

0 commit comments

Comments
 (0)