Skip to content

Commit

Permalink
BUG: Fix minor baseline bug (#11001)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Aug 3, 2022
1 parent 60087eb commit cee9e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/time_frequency/time_frequency_erds.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# Here we set suitable values for computing ERDS maps.
freqs = np.arange(2, 36) # frequencies from 2-35Hz
vmin, vmax = -1, 1.5 # set min and max ERDS values in plot
baseline = [-1, 0] # baseline interval (in s)
baseline = (-1, 0) # baseline interval (in s)
cnorm = TwoSlopeNorm(vmin=vmin, vcenter=0, vmax=vmax) # min, center & max ERDS

kwargs = dict(n_permutations=100, step_down_p=0.05, seed=1,
Expand Down

0 comments on commit cee9e96

Please sign in to comment.