File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- "Generate self-contained HTML reports from MNE objects."
1
+ """ Generate self-contained HTML reports from MNE objects."" "
2
2
3
3
# Authors: The MNE-Python contributors.
4
4
# License: BSD-3-Clause
@@ -831,7 +831,6 @@ def __init__(
831
831
collapse = (),
832
832
verbose = None ,
833
833
):
834
-
835
834
self .info_fname = str (info_fname ) if info_fname is not None else None
836
835
self .cov_fname = str (cov_fname ) if cov_fname is not None else None
837
836
self .baseline = baseline
Original file line number Diff line number Diff line change 748
748
section = "<div whatever 😀 etc."
749
749
sec_san = "_div_whatever___etc_"
750
750
r .add_figure (
751
- fig = fig2 ,
752
- title = "duplicate" ,
753
- section = section ,
754
- replace = True , # should have no effect
751
+ fig = fig2 ,
752
+ title = "duplicate" ,
753
+ section = section ,
754
+ replace = True , # should have no effect
755
755
)
756
756
html = r .html
757
757
assert len (html ) == 6
Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ addopts = """--durations=20 --doctest-modules -rfEXs --tb=short \
270
270
--ignore=mne/report/js_and_css \
271
271
--color=yes --capture=sys"""
272
272
273
-
274
273
[tool .rstcheck ]
275
274
ignore_directives = [
276
275
" autoclass" ,
You can’t perform that action at this time.
0 commit comments