Skip to content
Snippets Groups Projects
Commit 252915c6 authored by Arin Wongprommoon's avatar Arin Wongprommoon
Browse files

fix(extraction): define candidate channels

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
parent c361e004
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment