Skip to content

Commit 2ef3e19

Browse files
committed
Fix import path for standardize_channel_type in mfdaq_epoch_channel
Use absolute import 'ndi.daq.mfdaq' instead of relative '..daq.mfdaq' since the file is in ndi.file.type, not ndi.daq. https://claude.ai/code/session_01A7rAxYf5pSvs19iVJe3ncL
1 parent 3964240 commit 2ef3e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ndi/file/type/mfdaq_epoch_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def channelgroupdecoding(
219219
- channel_indexes_in_output: For each group, 0-based indices
220220
into the output data array
221221
"""
222-
from ..daq.mfdaq import standardize_channel_type
222+
from ndi.daq.mfdaq import standardize_channel_type
223223

224224
ct_std = standardize_channel_type(channel_type)
225225

0 commit comments

Comments
 (0)