File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,6 @@ def __init__(
830
830
img_max_res = MAX_IMG_RES ,
831
831
collapse = (),
832
832
verbose = None ,
833
-
834
833
):
835
834
self .projs = projs # Initialize self.projs
836
835
self .info_fname = str (info_fname ) if info_fname is not None else None
@@ -844,7 +843,7 @@ def __init__(
844
843
self .subject = subject
845
844
self .title = title
846
845
self .image_format = _check_image_format (None , image_format )
847
-
846
+
848
847
# dom_id is mostly for backward compat and testing nowadays
849
848
self ._dom_id = 0
850
849
self ._dup_limit = 10000 # should be enough duplicates
@@ -1251,13 +1250,14 @@ def add_epochs(
1251
1250
.. versionadded:: 0.24
1252
1251
"""
1253
1252
tags = _check_tags (tags )
1253
+
1254
1254
add_projs = self .projs if projs is None else projs
1255
1255
1256
1256
if epochs ._bad_dropped :
1257
1257
reject_info = f"<p><strong>Rejection Thresholds:</strong> { epochs .reject } </p>"
1258
1258
flat_info = f"<p><strong>Flat Thresholds:</strong> { epochs .flat } </p>"
1259
1259
self .add_html (reject_info + flat_info )
1260
-
1260
+
1261
1261
self ._add_epochs (
1262
1262
epochs = epochs ,
1263
1263
psd = psd ,
@@ -1271,7 +1271,6 @@ def add_epochs(
1271
1271
replace = replace ,
1272
1272
)
1273
1273
1274
-
1275
1274
@fill_doc
1276
1275
def add_evokeds (
1277
1276
self ,
@@ -1313,7 +1312,6 @@ def add_evokeds(
1313
1312
%(n_jobs)s
1314
1313
1315
1314
Notes
1316
-
1317
1315
-----
1318
1316
.. versionadded:: 0.24.0
1319
1317
"""
You can’t perform that action at this time.
0 commit comments