Skip to content

Commit

Permalink
FIX: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 17, 2016
1 parent 146073b commit 42fd65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/visualization/plot_warp_surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
fsaverage_trans = mne.read_trans(op.join(fsaverage_path,
'fsaverage-trans.fif'))
for surf in fsaverage_surfs:
mne.surface.transform_surface_to(surf, 'head', fsaverage_trans)
mne.surface.transform_surface_to(surf, 'head', fsaverage_trans, copy=False)

# Some source surfaces to transform as examples
sample_surfs = mne.read_bem_surfaces(
Expand Down

0 comments on commit 42fd65a

Please sign in to comment.