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 58a4f42 commit 122177cCopy full SHA for 122177c
pymc/exceptions.py
@@ -76,5 +76,5 @@ def __init__(self, message, actual=None, expected=None):
76
super().__init__(message)
77
78
79
-class TruncationError(Exception):
+class TruncationError(RuntimeError):
80
"""Exception for errors generated from truncated graphs"""
0 commit comments