Skip to content

Commit

Permalink
FIX MneExperiment.load_fwd()
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 21, 2021
1 parent c70d32c commit c69a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/_experiment/mne_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@ def load_fwd(
if ndvar:
if src.startswith('vol'):
parc = None
assert mask is None
assert not mask
else:
self.make_annot()
parc = self.get('parc')
Expand Down

0 comments on commit c69a7ac

Please sign in to comment.