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 135f726 commit 9e4ef5eCopy full SHA for 9e4ef5e
tests/credibility/test_credibility.py
@@ -9,7 +9,7 @@ def test_value_error():
9
try:
10
credibility.credible_interval(0, 0, prior=(0, 0))
11
except ValueError:
12
- pass
+ return
13
raise Exception("Expected ValueError")
14
15
0 commit comments