Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot_results.py: IndexError: index 3 is out of bounds for axis 1 with size 2 #56

Open
mw66 opened this issue Apr 24, 2016 · 0 comments
Open

Comments

@mw66
Copy link

mw66 commented Apr 24, 2016

$ python plot_results.py SEAQUEST_04-24-05-36_0p00025_0p99/learning.csv

Traceback (most recent call last):
File "plot_results.py", line 22, in
plt.plot(results[:, 0], np.convolve(results[:, 3], kernel, mode='same'), '-')
IndexError: index 3 is out of bounds for axis 1 with size 2

learning.csv.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant