-
- Downloads
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
Showing
- src/agora/io/signal.py 11 additions, 0 deletionssrc/agora/io/signal.py
- src/extraction/core/functions/defaults.py 4 additions, 4 deletionssrc/extraction/core/functions/defaults.py
- src/postprocessor/chainer.py 37 additions, 29 deletionssrc/postprocessor/chainer.py
- src/postprocessor/grouper.py 15 additions, 9 deletionssrc/postprocessor/grouper.py
Loading
Please register or sign in to comment