-
Notifications
You must be signed in to change notification settings - Fork 5
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
joined stats dashboard is not generated after latest changes #6
Comments
Actually it might be some different commit causing this. Just reverted this one and still getting the same result. |
Have you had a chance to look into this? I've stated incorrectly and there is an error indeed when it's executing the plot_stats.py script. I've enabled debugging after duration_between_rides.png created and it failed with the following error and part: TypeError: DataFrame.pivot() takes 1 positional argument but 4 were given |
Interestingly if I am trying to run it with a random user in the US (as I though it might be my non-US location causing issues) then I am getting a different error at a different point:
|
Ok I think I found the issue. If I am using the setuptools and calmap added to the requirements.txt with 9acc3cc commit and with those specific version numbers then I get these various errors for plot_stats.py all the time. Let say my only issue remained that when it's printing out the stats then it's not calculating with the correct longest ride again. But I assume that's down for another issue. |
Hey, I just tried your latest changes with adding calendar heatmap with daily distance in commit 7c8246a and it seems none of the dashboard elements (png files) generated after duration_between_rides.png which is the last one before you started making changes around line 445 in plot_stats.py. Hence one_stat.py also not joining any.
Weird thing that I haven't got any error through the run.. just realised that I am missing many dashboard elements including the joint one.
The text was updated successfully, but these errors were encountered: