Skip to content

Commit 9e0f150

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/probeinterface/neuropixels_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,9 +1728,7 @@ def read_openephys(
17281728
probe = probe.get_slice(chans_saved)
17291729

17301730
if oebin_file is not None:
1731-
device_channel_indices = _compute_wiring_from_oebin(
1732-
probe, oebin_file, stream_name, settings_file
1733-
)
1731+
device_channel_indices = _compute_wiring_from_oebin(probe, oebin_file, stream_name, settings_file)
17341732
probe.set_device_channel_indices(device_channel_indices)
17351733
else:
17361734
probe.set_device_channel_indices(np.arange(probe.get_contact_count()))

0 commit comments

Comments
 (0)