Skip to content

Commit 824faed

Browse files
committed
ease: fix documentation comment
1 parent c465f4e commit 824faed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lenskit/knn/ease.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _chol_invert_torch(
191191
cooc: NPMatrix[np.float32], device: str, *, raise_oom: bool = False
192192
) -> NPMatrix[np.float32] | None:
193193
"""
194-
Invert the co-occurrance matrix using SciPy.
194+
Invert the co-occurrance matrix using PyTorch.
195195
"""
196196

197197
with torch.inference_mode():

0 commit comments

Comments
 (0)