MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

Shape of get_values() result #3

Closed andbiz closed 7 years ago

andbiz commented 7 years ago

Result of np.shape(Signal.get_values()) is (N,1). Should be (N,).

[Numpy version 1.11.0]