The function of auto_label_units is not defined

#1
by h3j4 - opened
    from spikeinterface.curation import auto_label_units
    labels = auto_label_units(
        sorting_analyzer = sorting_analyzer,
        repo_id = "SpikeInterface/toy_tetrode_model",
        trusted = ['numpy.dtype']
    )

Error:

Traceback (most recent call last):
File "test.py", line XXX, in
labels = auto_label_units(
NameError: name 'auto_label_units' is not defined


Version:

pip show spikeinterface
Name: spikeinterface
Version: 0.101.0

SpikeInterface org

Hi, you need to update Spikeinterface to version 0.102.1

Sign up or log in to comment