activitysim
activitysim copied to clipboard
An Open Platform for Activity-Based Travel Modeling
- Add tests for the mtc-extended model stored in a separate repository. - Name external tests better for the GitHub actions list
**Describe the bug** When doing benchmarking runs with full size prototype mtc extended, the model crashed in the trip mode choice for some school-related trips. When looking at the trip...
School escorting model has a long tail when running with larger samples:  Doing a pyinstrument trace shows  Which shows the following functions need to be optimized: - [...
In components where the chooser table is copied and/or merged with other data tables (e.g. interaction-simulate and interaction-sample-simulate), we would like the option to copy ONLY the required columns/variables. Doing...
**Describe the bug** In Phase 8, we identified a memory usage issue in Sharrow. It was holding onto Sharrow flow data from already completed simulations. This was revealed when we...
**Describe the bug** ActivitySim "crashed" when running in sharrow compile mode. This happened in non-mandatory tour scheduling. Additionally, the model did not actually crash because the skims file did not...
**Describe the bug** Most but not all fields initially encoded as strings are actually categorical. When they *are* categorical, conversion to an explicit categorical type is efficient. However, if they...
#763 added a `file_type` setting for output files, to allow outputs in csv, hdf5, or (now) parquet formats. Other formats may be added in the future. The legacy code only...
**Describe the bug** After implementing the string to pandas categorical conversion, some of our current CI tests failed. They all had Sharrow turned on and set to `test` mode. The...
Placeholder issue to update the input checker to use Pydantic for its settings.