We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31150c3 commit 03c2a13Copy full SHA for 03c2a13
pymc/gp/util.py
@@ -65,9 +65,9 @@ def replace_with_value(vars_needed, replacements: Dict):
65
return fn(**replacements)
66
67
68
-def infer_shape(X, n_points=None):
+def infer_size(X, n_points=None):
69
R"""
70
- Maybe attempt to infer the shape of a Gaussian process input matrix.
+ Maybe attempt to infer the size, or N, of a Gaussian process input matrix.
71
72
If a specific shape cannot be inferred, for instance if X is symbolic, then an
73
error is raised.
0 commit comments