You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 demo.py
Traceback (most recent call last):
File "demo.py", line 21, in
data1 = np.random.randn(ndim * 4 * nsamples / 5).reshape([4 * nsamples / 5,
File "mtrand.pyx", line 1220, in numpy.random.mtrand.RandomState.randn
File "mtrand.pyx", line 1377, in numpy.random.mtrand.RandomState.standard_normal
File "_common.pyx", line 558, in numpy.random._common.cont
TypeError: 'float' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered:
python3 demo.py
Traceback (most recent call last):
File "demo.py", line 21, in
data1 = np.random.randn(ndim * 4 * nsamples / 5).reshape([4 * nsamples / 5,
File "mtrand.pyx", line 1220, in numpy.random.mtrand.RandomState.randn
File "mtrand.pyx", line 1377, in numpy.random.mtrand.RandomState.standard_normal
File "_common.pyx", line 558, in numpy.random._common.cont
TypeError: 'float' object cannot be interpreted as an integer
The text was updated successfully, but these errors were encountered: