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

fix(postproc): group signals apart from GFP

WHY IS THIS CHANGE NEEDED?:
- IndexError raised when NameGrouper used to define a grouper object
  and then when .concat_signal() was invoked

HOW DOES THE CHANGE SOLVE THE PROBLEM?:
- effectively reverted to aliby@252915c6
- the two commits leading up to that one solved the problem: first by
  changing chainer's assumption that all experiments have a GFP channel,
  then updated references to renamed variables

WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
- risks: may have broken somewhere upstream not otherwise specified yet

EVIDENCE THAT COMMIT WORKS:
- running grouper works

REFERENCES:
- issue #35
parent b206c48a
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