File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ Changelog
7272Bug
7373~~~
7474
75+ - Fix a bug in :meth:` mne.source_estimate.MixedSourceEstimate.plot_surface` by ` Christian O'Reilly` _.
76+
7577- Fix :meth:` mne.io.Raw.anonymize` correctly reset ` ` raw .annotations .orig_time` ` by ` Luke Bloy` _.
7678
7779- Fix date reading before Unix time zero (1970 Jan 1 ) on Windows by ` Alex Rockhill` _.
Original file line number Diff line number Diff line change 7676 0.1250 0.750e-03 0.750e-03 0.750e-03 0.000 0.000 1.000
7777"""
7878
79- rng = np .random .RandomState (0 )
80-
8179
8280def test_plot_head_positions ():
8381 """Test plotting of head positions."""
@@ -654,6 +652,7 @@ def test_mixed_sources_plot_surface():
654652 T = 2 # number of time points
655653 S = 3 # number of source spaces
656654
655+ rng = np .random .RandomState (0 )
657656 data = rng .randn (N , T )
658657 vertno = S * [np .arange (N // S )]
659658
You can’t perform that action at this time.
0 commit comments