We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5aed6 commit b2077c5Copy full SHA for b2077c5
pymc_experimental/statespace/models/structural.py
@@ -1499,7 +1499,7 @@ def make_symbolic_graph(self) -> None:
1499
self.ssm["state_cov", :, :] = pt.eye(self.k_posdef) * sigma_cycle**2
1500
1501
def populate_component_properties(self):
1502
- self.state_names = [f"{self.name}_{f}" for f in ["Sin", "Cos"]]
+ self.state_names = [f"{self.name}_{f}" for f in ["Cos", "Sin"]]
1503
self.param_names = [f"{self.name}"]
1504
1505
self.param_info = {
0 commit comments