TopoNetX icon indicating copy to clipboard operation
TopoNetX copied to clipboard

Wrong documentation on function incidence_to_adjacency

Open rballeba opened this issue 1 year ago • 0 comments

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).

rballeba avatar May 06 '24 15:05 rballeba