-
Notifications
You must be signed in to change notification settings - Fork 99
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
Assertion error when running with sharrow on Development branch. #755
Comments
@jpn-- testing the generic_whale branch, this is the commit that casues the issue: Any suggestions? |
A (partial) suggestion, to get code at least started running:
In my testing, you'll still end up with a crash later on in the model, I am working on fixing that as well. |
Thanks @jpn-- ! Are you getting the new crash in non_mandatory_tour_frequency? |
No, I am presently getting up to this error in non_mandatory_tour_destination:
|
Thanks. I am getting a similar error, but in non_mandatory_tour_frequency: ''' |
Consolidating issue to #830. |
Describe the bug
Code crashes on line 29 in land_use.py: assert df.index[0]==0
To Reproduce
Steps to reproduce the behavior:
activitysim.log
The text was updated successfully, but these errors were encountered: