Skip to content

Commit

Permalink
matrix property docstring correction #99
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Feb 22, 2023
1 parent d57f934 commit 61a378b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions graphicle/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1873,8 +1873,7 @@ def matrix(self) -> ty.Union[base.DoubleVector, base.IntVector]:
For both the weighted and unweighted case, if several edges
connect vertex pairs, their entries will be summed to produce
the dense matrix. In the weighted case, this may cause loss of
information.
the dense matrix. This may cause loss of information.
"""
if self.weights.size > 0:
adj = self._sparse_weighted
Expand Down

0 comments on commit 61a378b

Please sign in to comment.