-
Notifications
You must be signed in to change notification settings - Fork 136
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
ch08/web/index.py #14
Comments
I got throuh the same error. I guess It is the smooth rendering function which render a 15-long array, instead of a 24-one. We sohuld check somewhere that if there is no value we put a default one on the array.
changing the to_array function made the trick : we begin with a 24 zero-valuated numpy array, and we put the founds totals in the correct hours :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some weird reason, I'm not able to get thru in the web page to click and show the page with the chart showing the probabilities. Am getting error IndexError: Out of bound when the function self.smoothed[idx] is being evaluated. I'm dumping the screen of WSGI when it happen along with the variable and line of suspect. Please advise. Thanks.
The text was updated successfully, but these errors were encountered: