-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unable to have nodes with >25 edges? #58
Comments
Hey @elishillman I have not observed such issues. Can you share some more details about the data size (#nodes, #edges, etc). |
Yes. I am currently attempting to connect TV shows and cast and crew that worked on the show. I have collected ~60 cast/crew members per show and thus have ~60 edges extending from each show node. However, I have found that once I surpass 25 edges extending from a single node, the entirety of the graph disappears once I run the program. I have tested and I am able to view the graph when I reduce my data size to 25 cast/crew members per show, however I would of course like to include the entire data set. |
Please let me know if you want more direct info... screenshots, I send you the edge df, etc. I have continued testing and cannot figure out a solution. It seems to be capped at 25. |
Is there any update regarding this issue? |
I am attempting to make a large network with nodes that extend to many others. I have found that when a node has over 25 edges, the entire network disappears when I attempt to run Jaal. I am wondering if this is a known issue?
The text was updated successfully, but these errors were encountered: