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."" "
22
33# Authors: The MNE-Python contributors.
44# License: BSD-3-Clause
@@ -831,7 +831,6 @@ def __init__(
831831 collapse = (),
832832 verbose = None ,
833833 ):
834-
835834 self .info_fname = str (info_fname ) if info_fname is not None else None
836835 self .cov_fname = str (cov_fname ) if cov_fname is not None else None
837836 self .baseline = baseline
Original file line number Diff line number Diff line change 748748section = "<div whatever 😀 etc."
749749sec_san = "_div_whatever___etc_"
750750r .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
755755)
756756html = r .html
757757assert 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 \
270270 --ignore=mne/report/js_and_css \
271271 --color=yes --capture=sys"""
272272
273-
274273[tool .rstcheck ]
275274ignore_directives = [
276275 " autoclass" ,
You can’t perform that action at this time.
0 commit comments