SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
20 stars 21 forks source link

shuttleVanLocation & hotelCourtesyLocation MGRA in Airport OD #131

Closed pmadhav-usfca closed 2 months ago

pmadhav-usfca commented 2 months ago

Recent changes in Airport model for origin and destination depending on modes is having issues on MGRA value.

Log Files at Bison server: C:\abm_runs\mpon\2035_v17_pca\output\airport.CBX\mp_summarize-activitysim.log

Running step 'write_trip_matrices'
INFO - Network_LOS using skim_dict_factory: NumpyArraySkimFactory
WARNING - unable to recode based on missing land_use_taz table
INFO - get_skim_data taz using existing shared skim_buffers for skims
INFO - get_skim_data taz SkimData shape (1757, 4947, 4947)
INFO - SkimDict init taz
INFO - SkimDict.build_3d_skim_block_offset_table registered 351 3d keys
INFO - SkimDict init maz
INFO - SkimDict.build_3d_skim_block_offset_table registered 351 3d keys
ERROR - SkimDict lookup error: TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
ERROR - key DIST
30/04/2024 09:54:44 - ERROR - activitysim.core.skim_dictionary - orig max terminalMgra min -999
30/04/2024 09:54:44 - ERROR - activitysim.core.skim_dictionary - dest max terminalMgra min -999
30/04/2024 09:54:44 - ERROR - activitysim.core.assign - assign_variables - TypeError (ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'') evaluating: od_skims['DIST']
bhargavasana commented 2 months ago

The commits 59dab4f and 3c10788 fix this.