NeuralAnalysis / PyalData

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

Fix norm of 1D signals #132

Closed bagibence closed 2 years ago

bagibence commented 2 years ago

For 1D signals use np.abs instead of np.linalg.norm.

Fixes #131