Skip to content

Commit

Permalink
Fix to plot_time_frequency_simulated.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeilepp committed Sep 1, 2015
1 parent 57a5333 commit 51f25ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/time_frequency/plot_time_frequency_simulated.py
Expand Up @@ -42,7 +42,7 @@
data = noise + signal

reject = dict(grad=4000)
events = np.empty((n_epochs, 3))
events = np.empty((n_epochs, 3), dtype=int)
first_event_sample = 100
event_id = dict(sin50hz=1)
for k in range(n_epochs):
Expand Down

0 comments on commit 51f25ed

Please sign in to comment.