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

Nodes and edges takes a lot of time #4

Open
edward-mich opened this issue Jul 8, 2024 · 1 comment
Open

Nodes and edges takes a lot of time #4

edward-mich opened this issue Jul 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@edward-mich
Copy link

Small performance issue I think — when I have multiple lists (say over 8-10), the get_nodes_and_edges and get_nonzero_nodes_and_eges takes a lot of time to run, probably because it takes all possible intersections (2**n_sets), ones which are not even present in the dataset. Any workarounds?

@hshhrr hshhrr added the bug Something isn't working label Jul 16, 2024
@hshhrr hshhrr self-assigned this Jul 16, 2024
@hshhrr
Copy link
Owner

hshhrr commented Jul 16, 2024

Will look into it. Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants