Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
If someone mistakenly provides a large
DTto (group_pts,edge_nnoredge_dist) without providing atimegroup, it'll compute a huge distance matrix and likely slow/crash their computer.To avoid this, remove the default NULL for
timegrouparguments and require them to explicitly set it to NULL if they want to group/edge without a timegroup.