NeuralAnalysis / PyalData

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

bug in `get_time_varying_fields` #136

Closed JoannaChang closed 5 months ago

JoannaChang commented 1 year ago

Right now, get_time_varying_fields chooses the fields if the column has the same shape as time, but this is not a sufficient criteria. You can have the same number of neurons as time points, for example, and it will think that 'x_unit_guide' is a time-varying-field.

bagibence commented 5 months ago

Likely fixed by #139