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 5cb352a commit 7534852Copy full SHA for 7534852
neo/io/basefromrawio.py
@@ -70,7 +70,7 @@ class BaseFromRaw(BaseIO):
70
_prefered_signal_group_mode = 'group-by-same-units' # 'split-all'
71
_prefered_units_group_mode = 'all-in-one' # 'split-all'
72
_default_group_mode_have_change_in_0_9 = False
73
-
+
74
def __init__(self, *args, **kargs):
75
BaseIO.__init__(self, *args, **kargs)
76
self.parse_header()
0 commit comments