Skip to content

Commit a76593e

Browse files
committed
Fix typo in docstring
1 parent 6d6c74e commit a76593e

File tree

1 file changed

+1
-1
lines changed
  • pymc_extras/statespace/models/structural

1 file changed

+1
-1
lines changed

pymc_extras/statespace/models/structural/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def extract_components_from_idata(
361361
----------
362362
idata : Dataset
363363
A Dataset object, returned by a PyMCStateSpace sampling method
364-
restructure : bool, default True
364+
restructure : bool, default False
365365
Whether to restructure the state coordinates as a multi-index for easier component selection.
366366
When True, enables selections like `idata.sel(component='level')` and `idata.sel(observed='gdp')`.
367367
Particularly useful for multivariate models with multiple observed states.

0 commit comments

Comments
 (0)