Skip to content

Commit dbcb972

Browse files
Update pymc/distributions/multivariate.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 53cdb86 commit dbcb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ class MatrixNormal(Continuous):
18201820
.. code-block:: python
18211821
18221822
# Setup data
1823-
true_colcov = np.array([[1.0, 0.5, 0.1], [0.5, 1.0, 0.2], [0.1, 0.2, 1.0]])
1823+
true_colcov = np.array([[1.0, 0.5, 0.1], [0.5, 1.0, 0.2], [0.1, 0.2, 1.0],])
18241824
m = 3
18251825
n = true_colcov.shape[0]
18261826
true_scale = 3

0 commit comments

Comments
 (0)