Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit ca78597

Browse files
authored
Merge pull request #40 from SpikeInterface/msc_dumpable
MultiSortingComparison agreement sorting is not dumpable
2 parents 26e2514 + 4efdf59 commit ca78597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spikecomparison/multisortingcomparison.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,11 @@ def _remove_duplicate_edges(self):
269269

270270

271271
class AgreementSortingExtractor(se.SortingExtractor):
272+
272273
def __init__(self, multisortingcomparison, min_agreement_count=1, min_agreement_count_only=False):
273274
se.SortingExtractor.__init__(self)
274275
self._msc = multisortingcomparison
276+
self.is_dumpable = False
275277

276278
if min_agreement_count_only:
277279
self._unit_ids = list(u for u in self._msc._new_units.keys()

0 commit comments

Comments
 (0)