Skip to content

Commit b2eef37

Browse files
authored
Merge pull request #3961 from philipp-mxw/main
Automatically install the maxwell plugin in the MaxwellRecordingExtractor
2 parents 8099784 + 6337260 commit b2eef37

File tree

1 file changed

+2
-2
lines changed
  • src/spikeinterface/extractors/neoextractors

1 file changed

+2
-2
lines changed

src/spikeinterface/extractors/neoextractors/maxwell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class MaxwellRecordingExtractor(NeoBaseRecordingExtractor):
3636
rec_name : str, default: None
3737
When the file contains several recordings you need to specify the one
3838
you want to extract. (rec_name='rec0000').
39-
install_maxwell_plugin : bool, default: False
39+
install_maxwell_plugin : bool, default: True
4040
If True, install the maxwell plugin for neo.
4141
block_index : int, default: None
4242
If there are several blocks (experiments), specify the block index you want to load
@@ -52,7 +52,7 @@ def __init__(
5252
block_index=None,
5353
all_annotations=False,
5454
rec_name=None,
55-
install_maxwell_plugin=False,
55+
install_maxwell_plugin=True,
5656
use_names_as_ids: bool = False,
5757
):
5858
if install_maxwell_plugin:

0 commit comments

Comments
 (0)