Closed vncntprvst closed 2 years ago
This error comes from the way the SortingExtractor class is written for that particular sorter.
TridesclousSortingExtractor
has assert HAVE_TDC
, while SpykingCircusSortingExtractor
only asserts HAVE_H5PY
.
Is it possible to go around this?
See comment and explanation in the related issue: https://github.com/SpikeInterface/spikeinterface/issues/640
When sorting purely with containers (no specific sorters installed in the environment), I get an error with some sorters when retrieving the results with
sorting = SorterClass.get_result_from_folder(output_folder)
(this code line)e.g., with Tridesclous, calling:
returns
Here's the call stack:
This doesn't happen with all sorters (e.g, Spyking Circus is fine). I haven't been able to track down the cause yet.