-
Notifications
You must be signed in to change notification settings - Fork 11
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
Data type error #122
Comments
Hi @yuqiww, thanks for posting this! A couple questions:
This looks easy to "fix" in the sense of getting the code to work, because we can add a parameter to Here's a similar section of the log file from one of my recent runs. I don't see anything different in the diagnostics except that the cities are being indexed by name rather than id:
I've been running the model on Mac and Linux, so one possibility is that this is a Windows-specific bug that we just haven't run into recently. And another is that some minor difference in the new data file is leading to the datatypes not actually matching by this point in the run.. |
Hi @smmaurer, thank you so much for looking into this. bayarea_urbansim/baus/models.py Line 200 in 0bb1906
bayarea_urbansim/baus/models.py Line 265 in 0bb1906
|
This is similar to an error that gets discussed in this issue and numerous connected discussions. Seems like another example of where data type checks would be useful, but more largely consistent installations across OS. |
I ran py 2.7 using the new 'parcels_geography' data and got a data type error at 'proportional jobs model for gov/edu'. The fields in the new parcels_geography table have the same data type as the previous table.
The text was updated successfully, but these errors were encountered: