Skip to content

Commit ded8beb

Browse files
ferrinetwiecki
andauthored
Update pymc/distributions/timeseries.py
Co-authored-by: Thomas Wiecki <[email protected]>
1 parent 5dc7a4a commit ded8beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def __new__(
678678
transform=...,
679679
**kwargs,
680680
) -> RandomVariable:
681-
raise NotImplementedError("GARCH11 is not yet refactored for pymc v4")
681+
raise NotImplementedError("GARCH11 has not yet been ported to PyMC 4.0.")
682682

683683
def __init__(self, omega, alpha_1, beta_1, initial_vol, *args, **kwargs):
684684
super().__init__(*args, **kwargs)

0 commit comments

Comments
 (0)