NeuralAnalysis / PyalData

Repository for the Python implementation of the TrialData analysis library.
GNU General Public License v3.0
7 stars 9 forks source link

Norm of 1D signal fails #131

Closed bagibence closed 2 years ago

bagibence commented 2 years ago
df["hand_x"] = [p[:, 0] for p in df.pos]
df = add_norm(df, "hand_x")

fails with AxisError: axis 1 is out of bounds for array of dimension 1