NeuralAnalysis / PyalData

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

Add option not to group in trial_average #67

Closed bagibence closed 3 years ago

bagibence commented 3 years ago

We can average across all trials by setting condition to None, but it has to be explicitly specified (not default value). Fixes #63