File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class MaxwellRecordingExtractor(NeoBaseRecordingExtractor):
36
36
rec_name : str, default: None
37
37
When the file contains several recordings you need to specify the one
38
38
you want to extract. (rec_name='rec0000').
39
- install_maxwell_plugin : bool, default: False
39
+ install_maxwell_plugin : bool, default: True
40
40
If True, install the maxwell plugin for neo.
41
41
block_index : int, default: None
42
42
If there are several blocks (experiments), specify the block index you want to load
@@ -52,7 +52,7 @@ def __init__(
52
52
block_index = None ,
53
53
all_annotations = False ,
54
54
rec_name = None ,
55
- install_maxwell_plugin = False ,
55
+ install_maxwell_plugin = True ,
56
56
use_names_as_ids : bool = False ,
57
57
):
58
58
if install_maxwell_plugin :
You can’t perform that action at this time.
0 commit comments