We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CycleComponent
1 parent b2077c5 commit 4e0fb96Copy full SHA for 4e0fb96
pymc_experimental/tests/statespace/test_structural.py
@@ -361,7 +361,7 @@ def create_structural_model_and_equivalent_statsmodel(
361
params["cycle"] = init_cycle
362
expected_param_dims["cycle"] += ("cycle_state",)
363
364
- state_names = ["cycle_Sin", "cycle_Cos"]
+ state_names = ["cycle_Cos", "cycle_Sin"]
365
expected_coords["cycle_state"] += state_names
366
expected_coords[ALL_STATE_DIM] += state_names
367
expected_coords[ALL_STATE_AUX_DIM] += state_names
0 commit comments