Skip to content

Commit 0f556f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 665610b commit 0f556f7

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

mne/report/report.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,18 @@ def _itv(function, fig, *, max_width=MAX_IMG_WIDTH, max_res=MAX_IMG_RES, **kwarg
556556

557557
function(fig=fig, **kwargs)
558558

559-
views = ("lateral_r", "frontlat_r", "frontal", "frontlat_l", "lateral_l", "top", "backlat_r", "back", "backlat_l", "bot")
559+
views = (
560+
"lateral_r",
561+
"frontlat_r",
562+
"frontal",
563+
"frontlat_l",
564+
"lateral_l",
565+
"top",
566+
"backlat_r",
567+
"back",
568+
"backlat_l",
569+
"bot",
570+
)
560571

561572
images = []
562573
for view in views:

mne/viz/_brain/view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"backlat_l": dict(azimuth=-60.0, elevation=90.0, focalpoint=ORIGIN, distance=DIST),
4848
"top": dict(azimuth=180.0, elevation=0.0, focalpoint=ORIGIN, distance=DIST),
4949
"bot": dict(azimuth=180, elevation=180, focalpoint=ORIGIN, distance=DIST),
50-
5150
}
5251

5352
# add short-size version entries into the dict

0 commit comments

Comments
 (0)