-
Notifications
You must be signed in to change notification settings - Fork 118
Closed as not planned
Labels
RefactorChanges that neither fixes a bug nor adds a featureChanges that neither fixes a bug nor adds a featureUsabilityChanges that improve usabilityChanges that improve usability
Description
On the develop2 branch, the skim offset is hardwired to -1 on Line 185 of skim_dictionary.py:
# assume this is a one-based skim map
offset_mapper.set_offset_int(-1)This causes activitysim to fail when run with 0-based TAZ input data. Workaround for now is to add a mapping to the skims file that is just the output of np.arange(n_zones). This may be the issue underlying #388 as well.
Metadata
Metadata
Assignees
Labels
RefactorChanges that neither fixes a bug nor adds a featureChanges that neither fixes a bug nor adds a featureUsabilityChanges that improve usabilityChanges that improve usability