activitysim icon indicating copy to clipboard operation
activitysim copied to clipboard

An Open Platform for Activity-Based Travel Modeling

Results 291 activitysim issues
Sort by recently updated
recently updated
newest added
trafficstars

- 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...

Bug

School escorting model has a long tail when running with larger samples: ![Image](https://github.com/ActivitySim/activitysim/assets/51132108/676d0dd9-1b15-4809-a23c-b1db55cbbc53) Doing a pyinstrument trace shows ![Image](https://github.com/ActivitySim/activitysim/assets/51132108/192266d6-0743-4b62-8881-a2149fe24bd5) Which shows the following functions need to be optimized: - [...

Performance

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...

Feature
Performance

**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...

Bug

**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...

Bug

**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...

Bug

#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...

Feature

**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...

Bug

Placeholder issue to update the input checker to use Pydantic for its settings.

Feature