activitysim
activitysim copied to clipboard
An Open Platform for Activity-Based Travel Modeling
**Describe the bug** Something has happened with our dependencies that is causing the atwork_subtour_scheduling estimation mode test to fail. ``` =========================== short test summary info ============================ FAILED activitysim/estimation/test/test_larch_estimation.py::test_scheduling_model[atwork_subtour_scheduling-SLSQP] - AssertionError:...
Currently, ActivitySim loads component inputs "on demand". For example, the settings file for trip mode choice is not read in until it is needed. If there is a problem with...
## Background In the memory profiling work conducted by WSP during Phase 8 Interim, we have identified that memory usage of the ActivitySim model is high when large “choosers” tables...
**Is your feature request related to a problem? Please describe.** When running production-scale ActivitySim simulations with Sharrow turned on, tracing consumes a lot of memory. This is because Sharrow is...
**Is your feature request related to a problem? Please describe.** Current options include csv and h5. Parquet offers a better file based option when compared to csv, for both size...
**Describe the bug** This bug is encountered in the MWCOG model. The compile step of Sharrow (running in test mode) concludes successfully, with __sharrowcache__ folder created. Running the model in...
- Consolidated Improve Estimation Functionality (https://github.com/ActivitySim/activitysim/issues/737) with this issue - Consolidated Complete Estimation Mode for Trip Models (https://github.com/ActivitySim/activitysim/issues/726) with this issue **Estimation Mode Refinement** The current Estimation Mode features of...
**Describe the bug** The `PERSON_WEIGHT` setting if provided in `school_escorting.yaml` is incorrectly applied as both the person weight and the gender weight. **Expected behavior** Gender weight should be its own...
**Describe the bug** Code crashes on line 29 in land_use.py: assert df.index[0]==0 **To Reproduce** Steps to reproduce the behavior: 1. @jpn-- You should be able to reproduce this with the...
Generate a synthetic population of university students and run them through a series of travel demand models specific to students. ODOT has a couple university student models that make use...