-
Notifications
You must be signed in to change notification settings - Fork 3
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
Loading data from the minipilot database fails #68
Comments
Fortunately, we got the bright idea of trying with the docker image on @allenmichael099's laptop, and we have now narrowed this down to a data issue.
I'm going to try to dump my database so we can see if we can reproduce this on Michael's laptop and figure out the data issue. |
@allenmichael099 I can confirm that on my laptop, if I restore the "not working" database and try to connect to it, I get the same error. |
I'm going to start deploying this version of the dashboard (with the workaround in which we launch the container from the image but then build locally) on the real dashboards, so we can see if the problem occurs on other versions as well. |
@shankari @asiripanich I looked further into the minipilot data not working. The structure of the trips data in minipilot seems to be the same as for the Stage_July_30 data. I tried removing the rows from the minipilot that have NAs for all of mode, purpose, and replaced mode, but that did not change the resulting error. |
The text was updated successfully, but these errors were encountered: