Skip to content

Commit cb951ca

Browse files
fix typo in comment
1 parent ad4a735 commit cb951ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diagnostics/test_diagnostics_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def run_sbc(N=N, S=S, D=D, bias=0):
132132
# this test should fail with a probability of 0.1%
133133
assert lower_expected <= np.sum(sbc_calibration) <= upper_expected
134134

135-
# sbc should almost always fial for slightly biased posterior draws
135+
# sbc should almost always fail for slightly biased posterior draws
136136
sbc_calibration = [run_sbc(N=N, S=S, D=D, bias=1) for _ in range(100)]
137137
assert not lower_expected <= np.sum(sbc_calibration) <= upper_expected
138138

0 commit comments

Comments
 (0)