mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
Merge pull request #2592 from shamalgithub/numpy_2_compatibility_issue_fix
AttributeError: np.float_ fixed
This commit is contained in:
commit
06d52b13bb
1 changed files with 1 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ class Prophet(object):
|
|||
dates: pd.Series,
|
||||
period: Union[int, float],
|
||||
series_order: int,
|
||||
) -> NDArray[np.float_]:
|
||||
) -> NDArray[np.float64]:
|
||||
"""Provides Fourier series components with the specified frequency
|
||||
and order.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue