Skip to content

Commit b230734

Browse files
committed
git commit -am "Minor re-wording of docstring"
1 parent aa4f677 commit b230734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchkde/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(
5353
kernel_kwargs : dict, optional
5454
Additional keyword arguments for the kernel.
5555
eps: float, optional
56-
Small positive number to add to clamp small log-densities for stability.
56+
Small positive clamp for densities before log to avoid -inf.
5757
"""
5858
super().__init__()
5959
if not isinstance(bandwidth, str):

0 commit comments

Comments
 (0)