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

175 error in cluster assignments #179

Merged
merged 5 commits into from
Aug 10, 2024

Conversation

stephaniereinders
Copy link
Member

No description provided.

stephaniereinders and others added 5 commits August 8, 2024 12:54
I need to add a function within `get_clusters_batch` that deletes graphs with too many edges. Helper functions within `get_clusters_batch` will make it easier to

1. Figure out where best to delete large graphs
2. Make sure I don't accidentally change something else
…nts.

One of the example files that caused `get_clusters_batch` to stall had a graph with 145 paths. I added a function to `get_clusters_batch` that deletes graphs with more than 30 edges.

I changed `get_clusterassignment` to call `get_clusters_batch`
@stephaniereinders stephaniereinders linked an issue Aug 10, 2024 that may be closed by this pull request
@stephaniereinders stephaniereinders merged commit 7afb24e into master Aug 10, 2024
1 check passed
@stephaniereinders stephaniereinders deleted the 175-error-in-cluster-assignments branch August 10, 2024 01:12
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.

get_clusterassignment and get_clusters_batch can stall
1 participant