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 6d12fc9 commit 2cce794Copy full SHA for 2cce794
src/spikeinterface/preprocessing/preprocessinglist.py
@@ -80,5 +80,4 @@
80
UnsignedToSignedRecording,
81
]
82
83
-installed_preprocessers_list = [pp for pp in preprocessers_full_list if pp.installed]
84
preprocesser_dict = {pp_class.name: pp_class for pp_class in preprocessers_full_list}
0 commit comments