Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Jun 26, 2024
1 parent fbd428e commit eed56c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skgstat/MetricSpace.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def dists(self):
dists = sparse.csr_matrix((d, (c, eq)), shape=(len(self.coords), len(self.coords)))

# comment mmaelicke: We need to fall back to the slower solution as dok._update is not supported in scipy 1.0 anymore
#
#
# Solution 5+ times faster than the preceding, but relies on _update() which might change in scipy (which
# only has an implemented method for summing duplicates, and not ignoring them yet)
# dok = sparse.dok_matrix((len(self.coords), len(self.coords)))
Expand Down

0 comments on commit eed56c3

Please sign in to comment.