Skip to content

Commit

Permalink
Update mne/viz/tests/test_3d.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Feb 4, 2025
1 parent cca1c60 commit 4d6beae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/viz/tests/test_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def test_plot_evoked_field(renderer):
assert (
fig._surf_maps[0]["surf"]["rr"][0, 0] == scale * maps[0]["surf"]["rr"][0, 0]
)
brain.close()

# Test some methods
fig = evoked.plot_field(maps, time_viewer=True)
Expand Down

0 comments on commit 4d6beae

Please sign in to comment.