Skip to content

Commit 6794877

Browse files
committed
Refer to LinearOperator in error message
1 parent 024158b commit 6794877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/utils/pivoted_cholesky.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from linear_operator.utils.permutation import apply_permutation
55
except ImportError as e:
6-
raise ImportError("PyTorch and GPyTorch not found.") from e
6+
raise ImportError("PyTorch and LinearOperator not found.") from e
77

88
import numpy as np
99

0 commit comments

Comments
 (0)