From 40068e5225d2d4c403357ca3d914445c4073cc07 Mon Sep 17 00:00:00 2001 From: Michal-Novomestsky Date: Tue, 16 Dec 2025 19:32:04 +1100 Subject: [PATCH] test --- pymc/distributions/timeseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc/distributions/timeseries.py b/pymc/distributions/timeseries.py index 500cd95b47..b174206c0c 100644 --- a/pymc/distributions/timeseries.py +++ b/pymc/distributions/timeseries.py @@ -395,7 +395,7 @@ def get_dists( ) return init_dist, innovation_dist, kwargs - +# test class AutoRegressiveRV(SymbolicRandomVariable): """A placeholder used to specify a distribution for an AR sub-graph."""