Thanks to visit codestin.com Credit goes to github.com
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 e081ef4 commit 3e5aaffCopy full SHA for 3e5aaff
1 file changed
examples/data_helper.py
@@ -15,7 +15,7 @@ def get_two_stock_data():
15
M1 = resize(M1, (M1.shape[0]/2,2) )
16
17
M2 = fromstring( file('data/%s.dat' % ticker2, 'rb').read(), '<d')
18
- M2 = resize(M1, (M2.shape[0]/2,2) )
+ M2 = resize(M2, (M2.shape[0]/2,2) )
19
20
d1, p1 = M1[:,0], M1[:,1]
21
d2, p2 = M2[:,0], M2[:,1]
0 commit comments