Skip to content
Snippets Groups Projects
  1. Apr 03, 2023
  2. Mar 23, 2023
  3. Mar 21, 2023
  4. Mar 20, 2023
  5. Mar 17, 2023
  6. Mar 16, 2023
  7. Mar 09, 2023
  8. Feb 02, 2023
  9. Jan 30, 2023
  10. Jan 24, 2023
  11. Jan 13, 2023
  12. Jan 12, 2023
  13. Jan 11, 2023
  14. Jan 10, 2023
  15. Dec 20, 2022
  16. Dec 19, 2022
  17. Oct 23, 2022
  18. Oct 18, 2022
  19. Oct 17, 2022
    • Alán Muñoz's avatar
      27b9c3f6
    • Arin Wongprommoon's avatar
      fix(postproc): group signals apart from GFP · f2102851
      Arin Wongprommoon authored
      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
      f2102851
  20. Oct 14, 2022
  21. Oct 11, 2022
    • Arin Wongprommoon's avatar
      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
  22. Oct 07, 2022
  23. Oct 04, 2022
  24. Sep 30, 2022
Loading