Skip to content

Commit 17bbd99

Browse files
jessegrabowskiricardoV94
authored andcommitted
MeasurementError sigma_irregular no longer expects a named dim in tests
1 parent 09e44e2 commit 17bbd99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc_experimental/tests/statespace/test_structural.py

-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def create_structural_model_and_equivalent_statsmodel(
199199
sigma2 = np.abs(rng.normal()).astype(floatX).item()
200200
params["sigma_irregular"] = np.sqrt(sigma2)
201201
sm_params["sigma2.irregular"] = sigma2
202-
expected_param_dims["sigma_irregular"] += ("observed_state",)
203202

204203
comp = st.MeasurementError("irregular")
205204
components.append(comp)

0 commit comments

Comments
 (0)