Skip to content
Snippets Groups Projects
  • Arin Wongprommoon's avatar
    252915c6
    fix(extraction): define candidate channels · 252915c6
    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
    fix(extraction): define candidate channels
    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