You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I meet some question when I run China_A_share_market_tushare.py :
Traceback (most recent call last):
File "D:\anaconda3\envs\FinRL\lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "d:\mypython\ai4finance foundation\finrl-meta-master\china_a_share_market_baostock0.py", line 384, in
trading()
File "d:\mypython\ai4finance foundation\finrl-meta-master\china_a_share_market_baostock0.py", line 317, in trading
plotter.plot()
File "D:\mypython\AI4Finance Foundation\FinRL-Meta-master\meta\data_processors\baostock.py", line 184, in plot
plt.plot(time, baseline, label=baseline_label, color="grey")
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\pyplot.py", line 2769, in plot
**({"data": data} if data is not None else {}), **kwargs)
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_axes.py", line 1635, in plot
lines = [*self._get_lines(*args, data=data, **kwargs)]
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_base.py", line 312, in call
yield from self._plot_args(this, kwargs)
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_base.py", line 498, in _plot_args
raise ValueError(f"x and y must have same first dimension, but "
ValueError: x and y must have same first dimension, but have shapes (128,) and (129,)
The text was updated successfully, but these errors were encountered:
We ran into the same problem. Before this error occurred, I manually changed the date column name to time, and there was a '//' unsupported error. Finally, I ran into this problem:
ValueError: x and y must have same first dimension, but have shapes (103,) and (104,)
I meet some question when I run China_A_share_market_tushare.py :
Traceback (most recent call last):
File "D:\anaconda3\envs\FinRL\lib\site-packages\spyder_kernels\py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "d:\mypython\ai4finance foundation\finrl-meta-master\china_a_share_market_baostock0.py", line 384, in
trading()
File "d:\mypython\ai4finance foundation\finrl-meta-master\china_a_share_market_baostock0.py", line 317, in trading
plotter.plot()
File "D:\mypython\AI4Finance Foundation\FinRL-Meta-master\meta\data_processors\baostock.py", line 184, in plot
plt.plot(time, baseline, label=baseline_label, color="grey")
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\pyplot.py", line 2769, in plot
**({"data": data} if data is not None else {}), **kwargs)
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_axes.py", line 1635, in plot
lines = [*self._get_lines(*args, data=data, **kwargs)]
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_base.py", line 312, in call
yield from self._plot_args(this, kwargs)
File "D:\anaconda3\envs\FinRL\lib\site-packages\matplotlib\axes_base.py", line 498, in _plot_args
raise ValueError(f"x and y must have same first dimension, but "
ValueError: x and y must have same first dimension, but have shapes (128,) and (129,)
The text was updated successfully, but these errors were encountered: