Skip to content

Commit

Permalink
TST: Test previous failures [skip azp] [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 23, 2022
1 parent ac25cc9 commit 5a04ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/clinical/10_ieeg_localize.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def plot_overlay(image, compare, title, thresh=None):
# reg_affine, _ = mne.transforms.compute_volume_registration(
# CT_orig, T1, pipeline='rigids', zooms=dict(translation=5)))
#
# And instead we just hard-code the resulting 4x4 matrix:
# Instead we just hard-code the resulting 4x4 matrix:

reg_affine = np.array([
[0.99270756, -0.03243313, 0.11610254, -133.094156],
Expand Down
2 changes: 1 addition & 1 deletion tutorials/preprocessing/70_fnirs_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
mne.viz.plot_evoked_topo(epochs['Right'].average(picks='hbo'), color='r',
axes=axes, legend=False)

# Tidy the legend.
# Tidy the legend:
leg_lines = [line for line in axes.lines if line.get_c() == 'b'][:1]
leg_lines.append([line for line in axes.lines if line.get_c() == 'r'][0])
fig.legend(leg_lines, ['Left', 'Right'], loc='lower right')

0 comments on commit 5a04ab1

Please sign in to comment.