Skip to content

Commit f7c6ede

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

mne/io/egi/tests/test_egi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ def test_egi_mff_pause(fname, skip_times, event_times):
104104
for ii, annot in enumerate(raw.annotations):
105105
assert annot["description"] == "BAD_ACQ_SKIP"
106106
start, stop = raw.time_as_index(
107-
[annot["onset"], annot["onset"] + annot["duration"]],
108-
use_rounding=False
107+
[annot["onset"], annot["onset"] + annot["duration"]], use_rounding=False
109108
)
110109
data, _ = raw[:, start:stop]
111110
assert_array_equal(data[other_picks], 0.0)

0 commit comments

Comments
 (0)