-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issues observed in production #185
Comments
|
For the record, the errors in running the notebooks show up as colorized output - e.g.
To convert that to the meaningful text shown above, we can just save it to a file (e.g. |
@shankari I investigated into the issue with the Got the below log while executing the notebook manually, with the above dataset.
Printing the columns for expanded_ct:
Printing the columns for
In both the cases of labeled and inferred data frame, there is missing
All these charts which have issues are due to missing replaced_mode. Why is it not the above How could we have ended up in this |
Alike |
In reference to the |
I have fixed an issue related with survey related charts in #188 I couldn't validate the case for I am not sure if this would entirely fix the issue reported for |
Good catch! However, if this is expected behavior, we should not fail silently, and should, instead, report the reason to the user. The tables that we show for the others ("Registered participants", "Participants with one trip...") help us see what is going on (0 participants, 0 trips, etc). We should show similar data instead of having a blank energy/emissions impact chart. Please incorporate this into #188 |
I agree. The blank emissions impact chart was due to the assignment of file_name and plot_title_no_quality coming up from the previous cell of execution, in case there is an exception - which led to missing charts. Therefore, blank emissions impact chart. This has been handled here: 32623a1 While led to look into the stacked bar charts incorporation, which had missing representation of information when we had no replaced_mode data in the trip information. |
Documenting the issues observed in the production below:
The text was updated successfully, but these errors were encountered: