Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
  2. Oct 29, 2023
  3. Oct 27, 2023
  4. Oct 26, 2023
  5. Oct 25, 2023
  6. Oct 20, 2023
  7. Oct 19, 2023
  8. Oct 06, 2023
  9. Oct 02, 2023
  10. Sep 29, 2023
  11. Aug 14, 2023
  12. Aug 12, 2023
  13. Aug 11, 2023
  14. Aug 10, 2023
  15. Aug 09, 2023
  16. Aug 07, 2023
  17. Aug 06, 2023
  18. Jul 28, 2023
  19. Jul 26, 2023
    • pswain's avatar
      unfinished docs on tracks · ab99d9fb
      pswain authored
      ab99d9fb
    • Arin Wongprommoon's avatar
      fix(postproc): crosscorr catches case where 2nd trace is defined · b88a56f1
      Arin Wongprommoon authored
      WHY IS THIS CHANGE NEEDED?:
      - https://gitlab.com/aliby/aliby/-/jobs/4743945774 complains
        "UnboundLocalError: local variable 'trace_B' referenced before
        assignment".
      - i had forgotten the case where trace_B is defined
      b88a56f1
    • Arin Wongprommoon's avatar
      feat(postproc): crosscorr has stationary option · 97ed1cbb
      Arin Wongprommoon authored
      WHY IS THIS CHANGE NEEDED?:
      - crosscorr process does not have stationary option and therefore will
        not perform calculations correctly if all signals are in-phase.
      
      HOW DOES THE CHANGE SOLVE THE PROBLEM?:
      - Additional 'stationary' parameter that tells the process to compute
        the mean over replicates AND time points.
      
      WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?:
      - crosscorr process not used anywhere else in aliby, so should not
        affect aliby.
      - crosscorr process used in multiple places in skeletons (particularly
        arin's projects).  this is an *additional* parameter, and the existing
        behaviour of crosscorr process is same as stationary=False, so i don't
        expect breaking changes.
      
      EVIDENCE THAT COMMIT WORKS:
      - new test to be run
      
      REFERENCES:
      - #72
      97ed1cbb
Loading