Skip to content

Commit 0f03697

Browse files
jessegrabowskiricardoV94
authored andcommitted
Update test to match new state order in CycleComponent
1 parent 91da413 commit 0f03697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/tests/statespace/test_structural.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def create_structural_model_and_equivalent_statsmodel(
361361
params["cycle"] = init_cycle
362362
expected_param_dims["cycle"] += ("cycle_state",)
363363

364-
state_names = ["cycle_Sin", "cycle_Cos"]
364+
state_names = ["cycle_Cos", "cycle_Sin"]
365365
expected_coords["cycle_state"] += state_names
366366
expected_coords[ALL_STATE_DIM] += state_names
367367
expected_coords[ALL_STATE_AUX_DIM] += state_names

0 commit comments

Comments
 (0)