mne\export\tests\test_export.py:305: in test_channel_label_too_long_for_edf_raises_error
raw.export(tmp_path / "test.edf")
<decorator-gen-346>:12: in export
???
mne\io\base.py:1792: in export
export_raw(
<decorator-gen-599>:12: in export_raw
???
mne\export\_export.py:74: in export_raw
from ._edf import _export_raw
mne\export\_edf.py:14: in <module>
from edfio._utils import round_float_to_8_characters # noqa: E402
E ModuleNotFoundError: No module named 'edfio._utils'
Our use of private
edfio._utilsis problematic, @cbrnr see failed CI run :