File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
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
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