We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b03d8 commit 4f76576Copy full SHA for 4f76576
pymc/gp/hsgp_approx.py
@@ -31,8 +31,8 @@
31
32
33
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
+ """Set the boundary using `X` and `c`. `X` can be centered around zero but doesn't have to be,
+ and `c` is usually a scalar multiplier greater than 1.0, but it may also be one value per
36
dimension or column of `X`.
37
"""
38
# compute radius. Works whether X is 0-centered or not
0 commit comments