Jeffrey Newman
Jeffrey Newman
Also, I'm not clear whether this overflow is a new problem created by over-zealous down casting dtypes to save memory, or if it pre-dates the datatype optimization. I'm not sure...
I think this is trickier than it at first appears. The original `d_MicroAccessTime` expression was embedded in the sampling spec, which (because of presampling) operates on TAZs not MAZs. So,...
It is likely that (re)compiling is being triggered because some DataFrame column data type in production mode is different from the type in the compile step. This can happen sometimes...
@aletzdy is the spec file for this component published somewhere on GitHub where I can see it? If not can you send it to me? Thanks
A (partial) suggestion, to get code at least started running: 1. Add `recode_pipeline_columns: true` to `settings.yaml` in `configs_sh_compile` and `configs_sh` for your model. The default setting for this was moved...
No, I am presently getting up to this error in non_mandatory_tour_destination: ``` [00:55.35] ERROR: ===== ERROR IN non_mandatory_tour_destination ===== [00:55.35] ERROR: Boolean array size 4796 is used to index array...
@SchemeSonic are you able to share a (ideally, minimal) reproducible example, which includes not just output logs but all the input configs/data/code to replicate this error?
I ran this and confirmed it is the new shadow pricing algorithm that is sending this high school kids musical-chairs style to a school 143 miles away from home, after...
Possible complications: - Need all the columns in estimation mode - What if variables names are created "on the fly" - What about tracing?