Results 3 issues of Marcos

I'm trying to use it for the first time and it's giving me this error. Do you know if anything has changed in the structure of the project? C:\Users\marco\anaconda3\envs\rl\lib\site-packages\stable_baselines\__init__.py:33: UserWarning:...

Error with simple dataset: ValueError Traceback (most recent call last) in 1 from causal_impact import CausalImpact 2 ci = CausalImpact(test, 120, n_seasons=7) ----> 3 ci.run(max_iter=1000) 4 ci.plot() ~/anaconda3/envs/python3/lib/python3.6/site-packages/causal_impact/causal_impact.py in run(self,...