We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider optimising thestitch_neurons_mst function by computing the mst only on the fragmented nodes like below: https://github.com/connectome-neuprint/neuprint-python/blob/b4dfd061bb12bf8d4834b9db05727b44cbd29c59/neuprint/utils.py#L469
stitch_neurons_mst
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider optimising the
stitch_neurons_mst
function by computing the mst only on the fragmented nodes like below:https://github.com/connectome-neuprint/neuprint-python/blob/b4dfd061bb12bf8d4834b9db05727b44cbd29c59/neuprint/utils.py#L469
The text was updated successfully, but these errors were encountered: