ElfieDoyle
ElfieDoyle
non_mandatory_scheduling has the same problem, and I am implementing the same patch in configs/tour_departure_and_duration_nonmandatory.csv until we have a more satisfactory solution.
Yes this is a bug I will fix in develop. need to add the following to end of run_destination_logsums() in joint_tour_destination .py ``` if not want_logsums: # for consistency, always...
this is too cool to resist!
It would probably be best to provide only a limited functionality for this. There is a lot of opportunity for confusion if this feature were over-used (e.g. endless chains of...
Yes, activitysim assumes that any omx that has no mapentries (as returned by listMappings) has skim offset of -1. We might consider allowing the skim offset to be specified in...
This is a change from master. The input_table_list setting in multizone branch have been changed to conform with the new (internal) naming convention. We could change the settings file to...
The problem is on line 1808. I don't recall the exact error, but this is where things go wrong: ``` # intersection is ok if it's the join key intersection.discard(bc.onto_on)...
The error is: ``` File ".../orca/orca.py", line 1803, in merge_tables intersection.discard(bc.onto_on) TypeError: unhashable type: 'list' ``` generated by passing lists of strs to broadcast: ``` orca.broadcast(cast='persons_merged', onto='disaggregate_trips', cast_on=['hh_id', 'person_idx'], onto_on=['hh_id',...
Sorry to be so slow in responding - I took a very long (and wonderful) summer vacation and am only just sorting through all stuff that happened while I was...