Skip to content

Commit 4ce4791

Browse files
committed
Update imports in test to access internal function.
1 parent 9eab1a7 commit 4ce4791

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_io/test_spikegadgets.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
import pytest
55

6-
from probeinterface import (
7-
read_spikegadgets,
8-
parse_spikegadgets_header,
9-
)
6+
from probeinterface import read_spikegadgets
7+
from probeinterface.io import parse_spikegadgets_header
108

119
data_path = Path(__file__).absolute().parent.parent / "data" / "spikegadgets"
1210
test_file = "SpikeGadgets_test_data_2xNpix1.0_20240318_173658_header_only.rec"

0 commit comments

Comments
 (0)