We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8099784 + 6337260 commit b2eef37Copy full SHA for b2eef37
1 file changed
src/spikeinterface/extractors/neoextractors/maxwell.py
@@ -36,7 +36,7 @@ class MaxwellRecordingExtractor(NeoBaseRecordingExtractor):
36
rec_name : str, default: None
37
When the file contains several recordings you need to specify the one
38
you want to extract. (rec_name='rec0000').
39
- install_maxwell_plugin : bool, default: False
+ install_maxwell_plugin : bool, default: True
40
If True, install the maxwell plugin for neo.
41
block_index : int, default: None
42
If there are several blocks (experiments), specify the block index you want to load
@@ -52,7 +52,7 @@ def __init__(
52
block_index=None,
53
all_annotations=False,
54
rec_name=None,
55
- install_maxwell_plugin=False,
+ install_maxwell_plugin=True,
56
use_names_as_ids: bool = False,
57
):
58
if install_maxwell_plugin:
0 commit comments