Skip to content

Commit f584e79

Browse files
update default name in test
1 parent c694646 commit f584e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/statespace/core/test_statespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def test_forecast_with_exog_data(rng, exog_ss_mod, idata_exog, start):
884884
)
885885

886886
components = exog_ss_mod.extract_components_from_idata(forecast_idata)
887-
level = components.forecast_latent.sel(state="LevelTrend[level]")
887+
level = components.forecast_latent.sel(state="level_trend[level]")
888888
betas = components.forecast_latent.sel(state=["exog[x1]"])
889889

890890
scenario.index.name = "time"

0 commit comments

Comments
 (0)