We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MeasurementError
sigma_irregular
1 parent 74a54e1 commit 2e44455Copy full SHA for 2e44455
pymc_experimental/tests/statespace/test_structural.py
@@ -199,7 +199,6 @@ def create_structural_model_and_equivalent_statsmodel(
199
sigma2 = np.abs(rng.normal()).astype(floatX).item()
200
params["sigma_irregular"] = np.sqrt(sigma2)
201
sm_params["sigma2.irregular"] = sigma2
202
- expected_param_dims["sigma_irregular"] += ("observed_state",)
203
204
comp = st.MeasurementError("irregular")
205
components.append(comp)
0 commit comments