We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da69ff commit 3ca23deCopy full SHA for 3ca23de
1 file changed
activitysim/core/skim_dict_factory.py
@@ -68,7 +68,7 @@ def __init__(self, state, skim_tag, network_los):
68
skim_data_shape: 3D tuple (num_skims, omx_shape[0], omx_shape[1]) if ROW_MAJOR_LAYOUT
69
offset_map: dict or None 1D ndarray as returned by omx_file.mapentries, if omx file has
70
mappings, or the (sorted) zone ids found in a parquet skim file
71
- offset_map_name: str name of offset_map in omx_filecorresponding to offset_map, if there was one
+ offset_map_name: str name of offset_map in omx_file corresponding to offset_map, if there was one
72
omx_keys: dict dict mapping skim key (str or tuple) to skim key in omx file
73
{DISTWALK: DISTWALK,
74
('DRV_COM_WLK_BOARDS', 'AM'): DRV_COM_WLK_BOARDS__AM, ...}
0 commit comments