Skip to content

Commit

Permalink
Update test to match new state order in CycleComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski authored and ricardoV94 committed Apr 16, 2024
1 parent 91da413 commit 0f03697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_experimental/tests/statespace/test_structural.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def create_structural_model_and_equivalent_statsmodel(
params["cycle"] = init_cycle
expected_param_dims["cycle"] += ("cycle_state",)

state_names = ["cycle_Sin", "cycle_Cos"]
state_names = ["cycle_Cos", "cycle_Sin"]
expected_coords["cycle_state"] += state_names
expected_coords[ALL_STATE_DIM] += state_names
expected_coords[ALL_STATE_AUX_DIM] += state_names
Expand Down

0 comments on commit 0f03697

Please sign in to comment.