Skip to content

Fixed edge computation and typo bugs

Moritz Scham requested to merge github/fork/WilliamKorcari/master into master

Created by: WilliamKorcari

Ayo Moritz! I fixed the edge computation so that we have the proper (number) of connections. Before, your loop used to overwrite the detid pair in the position [:, negde], while now I fixed this making sure to just push a new pair into the edgeA array. Then I fixed some minor typos mistake, not relevant.

The good news is that the number of connections is the same that I obtained with my previous method, i.e 453842. The better news is that your way is faster.

Merge request reports