Skip to content
Snippets Groups Projects
Forked from Swain Lab / aliby / aliby-mirror
Source project has a limited visibility.
Arin Wongprommoon's avatar
Arin Wongprommoon authored
WHY IS THIS CHANGE NEEDED?:
- invoked grouper (which used chainer, which in turn is based on
  Signal), encountered AttributeError: 'Chainer' object has no
  attributes 'candidate_channels'

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- chainer used to rely on av_channels in
  extraction/core/functions/defaults.py, so renamed that to
  candidate_channels
- added a candidate_channels attribute to Signal object to fulfil references
252915c6
History
Name Last commit Last update