-
- Consolidated Improve Estimation Functionality (https://github.com/ActivitySim/activitysim/issues/737) with this issue
- Consolidated Complete Estimation Mode for Trip Models (https://github.com/Act…
-
The support for python 2.7 is going to end in 2020. All the packages including activitysim (foundation of rFirm) have moved to python 3. We should plan to upgrade rFirm as well.
-
The write trip matrices methods should use the time period definitions included in the network LOS. The current implementation relies on time period labels being defined in the write_matrices.yaml out…
-
This is the issue to report on memory usage and runtime performance...
- `data_dir: "data-full"` full scale skims (24333 MAZs)
- `households_sample_size: 0` (full scale 100% sample of households)
-…
jpn-- updated
6 months ago
-
To develop a system for ensuring cooperative management of the shared AB modeling software platform, ActivitySim. When a contribution (i.e. pull request) to ActivitySim is made, the system runs regis…
-
Consistent with the ActivitySim [example](https://github.com/ActivitySim/activitysim/tree/master/example), I think it makes sense to add the MTC TM1 PopSim setup as an additional example to this repo.…
-
Running the following on Python 3.7.2 via Windows 10:
```
pip install bca4abm
bca4abm create --example example_4step
bca4abm run --working_dir example_4step
```
Is generating the below error:…
ghost updated
4 years ago
-
As ActivitySim seeks to leverage the latest features of Python and stay ahead of Python obsolescence, Version 1.4 upgrades from 3.9 to 3.10. ActivitySim relies heavily on Python’s pandas library. To s…
-
`populationsim/example_test$ python run_populationsim.py -c configs2`
```
File "/usr/local/anaconda3/lib/python3.7/site-packages/activitysim-0.9.2-py3.7.egg/activitysim/core/config.py", line 267, …
-
Develop a simple data model that allow effectively storage, querying, visualizing, and QAQC core ABM inputs and outputs. The data model should be expandable to allow each agency adding in regional spe…