Skip to content

Commit 88f5b55

Browse files
committed
Refactor: rename AutoregressiveComponent to Autoregressive
1 parent 6354c90 commit 88f5b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/statespace/models/structural/components/autoregressive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ def make_symbolic_graph(self) -> None:
212212
cov_idx = ("state_cov", *np.diag_indices(k_posdef))
213213
self.ssm[cov_idx] = sigma_ar**2
214214

215-
AutoregressiveComponent = Autoregressive
215+
AutoregressiveComponent = Autoregressive

0 commit comments

Comments
 (0)