We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab680c commit 405f8a0Copy full SHA for 405f8a0
neo/rawio/openephysbinaryrawio.py
@@ -74,7 +74,7 @@ def __init__(self, dirname="", load_sync_channel=False, experiment_names=None):
74
self.load_sync_channel = load_sync_channel
75
if load_sync_channel:
76
warn(
77
- "The load_sync_channel=True option is deprecated and will be removed in a future version. "
+ "The load_sync_channel=True option is deprecated and will be removed in version 0.15. "
78
"Use load_sync_channel=False instead, which will add sync channels as separate streams.",
79
DeprecationWarning, stacklevel=2
80
)
0 commit comments