Skip to content
Snippets Groups Projects
  1. Jan 30, 2024
    • pswain's avatar
      fix(validate_lineage): for buds with two mothers · 5deb2e57
      pswain authored
      For buds with two mothers, we discard the second predicted mother.
      
      validate_lineage returns the corrected lineage, with any extra
      mother-bud assignments discarded.
      
      Its checks for duplicated mothers became redundant and were deleted.
      5deb2e57
  2. Jan 16, 2024
  3. Dec 22, 2023
  4. Dec 21, 2023
  5. Dec 15, 2023
  6. Dec 06, 2023
  7. Nov 28, 2023
  8. Nov 14, 2023
  9. Nov 03, 2023
  10. Oct 31, 2023
  11. Oct 26, 2023
  12. Oct 06, 2023
  13. Jul 12, 2023
  14. May 23, 2023
  15. Mar 17, 2023
  16. Mar 09, 2023
  17. Mar 02, 2023
  18. Feb 10, 2023
  19. Jan 31, 2023
  20. Jan 13, 2023
  21. Jan 12, 2023
  22. Jan 11, 2023
  23. Jan 10, 2023
  24. Dec 19, 2022
  25. Oct 23, 2022
  26. Oct 18, 2022
  27. Oct 17, 2022
    • 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
  28. Oct 14, 2022
  29. Oct 11, 2022
  30. Oct 10, 2022
  31. Oct 07, 2022
Loading