Skip to content

Commit 4f76576

Browse files
committed
Compute S with more generic formula for radius
1 parent f2b03d8 commit 4f76576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/gp/hsgp_approx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232

3333
def set_boundary(X: TensorLike, c: numbers.Real | TensorLike) -> np.ndarray:
34-
"""Set the boundary using `X` and `c`. `X` can be centered around zero but doesn't have to be,
35-
and `c` is usually a scalar multiplier greater than 1.0, but it may also be one value per
34+
"""Set the boundary using `X` and `c`. `X` can be centered around zero but doesn't have to be,
35+
and `c` is usually a scalar multiplier greater than 1.0, but it may also be one value per
3636
dimension or column of `X`.
3737
"""
3838
# compute radius. Works whether X is 0-centered or not

0 commit comments

Comments
 (0)