Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"matrix multiplication" statistic #1246

Closed
wants to merge 4 commits into from
Closed

Commits on Jul 13, 2023

  1. matmul plumbing

    petrelharp authored and jeromekelleher committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    13d8977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e130576 View commit details
    Browse the repository at this point in the history
  3. Fix memory bug.

    Initialise total_weights to 0 and avoid an extra loop through arrays.
    
    Fix compile error
    jeromekelleher committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d5d24e1 View commit details
    Browse the repository at this point in the history
  4. documentation for genetic_relatedness_weighted

    First pass at genetic_relatedness_weighted tests
    
    Full pass at tests for genetic_relatedness_weighted
    
    Update python/tskit/trees.py
    
    Co-authored-by: Peter Ralph <[email protected]>
    
    Add summary func to genetic_relatedness_weighted tests
    
    Fix summary function definition in docs
    brieuclehmann authored and jeromekelleher committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6c144d8 View commit details
    Browse the repository at this point in the history