Skip to content

Commit 665610b

Browse files
committed
Merge branch 'dev-report-src' of https://github.com/vferat/mne-python into dev-report-src
2 parents 5d9ef52 + aac99fb commit 665610b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mne/report/report.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,7 +3609,7 @@ def _add_forward(
36093609
alpha=0.5,
36103610
max_width=self.img_max_width,
36113611
max_res=self.img_max_res,
3612-
**kwargs
3612+
**kwargs,
36133613
)
36143614
self._add_image(
36153615
img=img,
@@ -3642,9 +3642,9 @@ def _add_forward(
36423642
)
36433643

36443644
if src.kind == "surface" or src.kind == "mixed":
3645-
surfaces=dict(head=0.1, white=0.5)
3645+
surfaces = dict(head=0.1, white=0.5)
36463646
else:
3647-
surfaces=dict(head=0.1)
3647+
surfaces = dict(head=0.1)
36483648

36493649
kwargs = dict(
36503650
trans=trans,
@@ -3660,7 +3660,7 @@ def _add_forward(
36603660
alpha=0.5,
36613661
max_width=self.img_max_width,
36623662
max_res=self.img_max_res,
3663-
**kwargs
3663+
**kwargs,
36643664
)
36653665
self._add_image(
36663666
img=img,

0 commit comments

Comments
 (0)