No public description

PiperOrigin-RevId: 631148246
This commit is contained in:
Yichen Zhou
2024-05-06 12:27:25 -07:00
committed by siriuz42
parent 52006292b3
commit 5332b4e58a
+1 -1
View File
@@ -112,7 +112,7 @@ Array inputs, with the frequencies set to low, medium and high respectively.
```python
import numpy as np
forecast_input = [
np.sin(np.linspace(0, 20, 100)),
np.sin(np.linspace(0, 20, 100))
np.sin(np.linspace(0, 20, 200)),
np.sin(np.linspace(0, 20, 400)),
]