Skip to content

Commit af142c4

Browse files
author
Juan Orduz
committed
make mypy happy
1 parent c1e1733 commit af142c4

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
@@ -696,9 +696,9 @@ def prior_linearized(self, X: TensorLike):
696696
psd = self.scale * self.cov_func.power_spectral_density_approx(J)
697697
return (phi_cos, phi_sin), psd
698698

699-
def prior(
699+
def prior( # type: ignore[override]
700700
self, name: str, X: TensorLike, dims: str | None = None, hsgp_coeffs_dims: str | None = None
701-
): # type: ignore[override]
701+
):
702702
R"""
703703
Return the (approximate) GP prior distribution evaluated over the input locations `X`.
704704

0 commit comments

Comments
 (0)