TopoNetX
TopoNetX copied to clipboard
Wrong documentation on function incidence_to_adjacency
In the function incidence_to_adjacency of the file toponetx/utils/structure.py the documentation says that the default value for the parameter s is one, but it turns out that the default parameter is None. This is important because, if you do not set s, you obtain adjacency matrices with coefficients possibly greater than one (cell complexes).