Skip to content

Commit

Permalink
FIX : allow reading of old epo.fif files
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Jan 23, 2014
1 parent 2a8c83c commit a8d4a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,7 @@ def read_epochs(fname, proj=True, add_eeg_ref=True, verbose=None):
data = None
bmin, bmax = None, None
baseline = None
selection = None
drop_log = []
for k in range(my_epochs['nent']):
kind = my_epochs['directory'][k].kind
Expand Down

2 comments on commit a8d4a0c

@agramfort
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @dengemann @Eric89GXL @mluessi @t3on @christianmbrodbeck etc...

@dengemann
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes! thanks

Please sign in to comment.