Skip to content

Commit cd86ed8

Browse files
author
Maxim Kochurov
committed
change shapes in example
1 parent 33654a2 commit cd86ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ def Minibatch(
138138
139139
Examples
140140
--------
141-
>>> data1 = np.random.randn(10, 10)
142-
>>> data2 = np.random.randn(10, 20)
141+
>>> data1 = np.random.randn(100, 10)
142+
>>> data2 = np.random.randn(100, 20)
143143
>>> mdata1, mdata2 = Minibatch(data1, data2, batch_size=10)
144144
"""
145145

0 commit comments

Comments
 (0)