In [1]:
import matplotlib
import numpy as np

test = np.ones((3,3))
print test


[[ 1.  1.  1.]
 [ 1.  1.  1.]
 [ 1.  1.  1.]]

In [6]:
import seizures.data.DataLoader_v2 as DataLoader_v2

In [8]:
DataLoader_v2()


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-8-0b943702174f> in <module>()
----> 1 DataLoader_v2()

TypeError: 'module' object is not callable

In [3]: