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

set operations should sort neighbour indices #54

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

rsbivand
Copy link
Contributor

In my rev-dep checks, nb_union failed on print because the neighbour indices were not sorted in ascending order. In print.nb, n.comp.nb was run, and chose the igraph path, so needing coercion to a sparse matrix then a graph - coercion to a sparse matrix requires indices to be given in ascending order.

Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for elastic-lumiere-271348 canceled.

Name Link
🔨 Latest commit b92b868
🔍 Latest deploy log https://app.netlify.com/sites/elastic-lumiere-271348/deploys/666c953c97987c00082f17f9

@JosiahParry
Copy link
Owner

Thank you!!

@JosiahParry JosiahParry merged commit 9c236ca into JosiahParry:main Jun 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants