Skip to content
Snippets Groups Projects
  • Arin Wongprommoon's avatar
    c361e004
    fix(postproc/chainer): group signals apart from GFP · c361e004
    Arin Wongprommoon authored
    WHY IS THIS CHANGE NEEDED?:
    - grouper (which usues chainer) breaks if it accesses a channel that is
      not GFP
    
    HOW DOES THE CHANGE SOLVE THE PROBLEM?:
    - chainer assumes all experiments have a GFP channel; this was
      hard-coded in line 29 in chainer.py
    
    WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
    - yet to test
    
    EVIDENCE THAT COMMIT WORKS:
    - pipelines pending
    
    REFERENCES:
    - ...
    c361e004
    History
    fix(postproc/chainer): group signals apart from GFP
    Arin Wongprommoon authored
    WHY IS THIS CHANGE NEEDED?:
    - grouper (which usues chainer) breaks if it accesses a channel that is
      not GFP
    
    HOW DOES THE CHANGE SOLVE THE PROBLEM?:
    - chainer assumes all experiments have a GFP channel; this was
      hard-coded in line 29 in chainer.py
    
    WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
    - yet to test
    
    EVIDENCE THAT COMMIT WORKS:
    - pipelines pending
    
    REFERENCES:
    - ...