Skip to content

Commit

Permalink
Fix because TimedeltaIndex doesn't always set the name properly
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 7, 2018
1 parent 44fb603 commit fd99db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loren_frank_data_processing/tetrodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_trial_time(epoch_key, animals):
if lfp_df is not None:
break

return lfp_df.index
return lfp_df.index.rename('time')


def get_LFPs(tetrode_keys, animals):
Expand Down

0 comments on commit fd99db5

Please sign in to comment.