Skip to content

Commit

Permalink
Update src/neuroconv/datainterfaces/ecephys/basesortingextractorinter…
Browse files Browse the repository at this point in the history
…face.py
  • Loading branch information
h-mayorquin authored Jan 16, 2025
1 parent f3dd4ed commit 753703a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class BaseSortingExtractorInterface(BaseExtractorInterface):

ExtractorModuleName = "spikeinterface.extractors"

def __init__(self, verbose: bool = False, **source_data):
def __init__(self, verbose: bool = True, **source_data):
super().__init__(**source_data)
self.sorting_extractor = self.get_extractor()(**source_data)
self.verbose = verbose
Expand Down

0 comments on commit 753703a

Please sign in to comment.