Skip to content

Commit a2c73c6

Browse files
fix typo
1 parent 0e78a6e commit a2c73c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_extras/statespace/models/VARMAX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(
175175
needs_exog_data = False
176176

177177
if k_exog is not None and not isinstance(k_exog, int | dict):
178-
raise ValueError("If not None, k_endog must be either an int or a dict")
178+
raise ValueError("If not None, k_exog must be either an int or a dict")
179179
if exog_state_names is not None and not isinstance(exog_state_names, list | dict):
180180
raise ValueError("If not None, exog_state_names must be either a list or a dict")
181181

0 commit comments

Comments
 (0)