bctpy icon indicating copy to clipboard operation
bctpy copied to clipboard

brain connectivity toolbox for python

Results 39 bctpy issues
Sort by recently updated
recently updated
newest added

distance_bin yields incorrect result: output is non-symmetric and does not match scipy.sparse.csgraph.dijkstra The Matlab version of BCT does not have this problem.

bug
needs investigation

Hi all, I hope that this issue report finds you well. I've been using your toolbox for one research project, and I just found some minor bugs in the calculation...

bug
needs investigation

Hey, would you mind adding a minimal example or even a jupyter notebook of a typical pipeline to the repository? I assume that would be great for users that are...

enhancement
question
low_priority

Hello please make it MUCH more clear that when you load bctpy in python, it is not "import bctpy", it is "import bct". Spent a good amount of time figuring...

wontfix

- Add sphinx to requirements.txt. Otherwise `make html` inside `docs` complains. - The docs are very complete but lack a bit in formatting. Using LaTeX for some of the rendering...

enhancement

In the NBS implementation, when using the default 'both' for tails, the absolute value of the t test is used when thresholding prior to detecting cluster sizes. So an edge...

needs investigation

![image](https://user-images.githubusercontent.com/34816251/182156123-ae7c0a36-0fdc-4cfb-b5fb-a2378acd6355.png) As the picture below shows, the description states that `kcoreness_centrality_bu` outputs an integer as its second output. However, as the code shows, it actually outputs a vector.

needs investigation

Hello, I was using your community_louvain algorithm to cluster a directed network, but I noticed that you have the symmetrization of the B matrix inside an else statement such that...

needs investigation

This is a mostly harmless PR as almost all it does is fix some whitespace/indentation issues that were driving my linter crazy. The only changes that I would ask to...

We are trying to build the latest version of pybct in a Spack package (for EBRAINS distribution, as a 3rd party dependency in tvb). For us is more convenient to...