-
Merging feature: #3192
-
At some point earlier this year, a new method was added (max_time_block_available) obstensibly to support the SEMCOG implementation. This is great, but the check-in did not follow the commit protocol …
-
The "estimation mode" test is travis is encountering sporadic failures in setting up the environment. The actual ActivitySim code appears healthy, it's just the install of the conda test environment …
jpn-- updated
3 years ago
-
Pandas 1.3 was released today. There are changes that break ActivitySim.
At least this line no longer works:
https://github.com/ActivitySim/activitysim/blob/a57efa1418320cb88d72ad5f413aaa451311…
jpn-- updated
3 years ago
-
Hi,
When running my own dataset, I encountered a failure at `choose_intermediate_trip_purpose` in trip_purpose.py file. This is due to `if chooser_probs.sum() < num_trips:` is true. Indeed, in the…
-
I installed the ActivitySim `master` branch using `python setup.py develop`, then ran `activitysim create -e example_mtc_full -d example_mtc_full/` and `activitysim run -mw example_mtc_full/example_mt…
-
Right now we have a hard-coded mapping of activitySim modes into beamModes,
it would be better to move such mapping into the config file.
Current version of config reader does not support defoult…
-
I have been working towards optimizing the performance of SANDAG's ActivitySim 3-zone set up (using the latest `develop` branch). In terms of run time, the main bottleneck has proven to be the compute…
-
I have been testing the recent chunking update on the 1-Zone SANDAG example. The tests were run on a server with the following specs:
- Processors: 2 Intel Xeon CPU E5-2690 v4 @ 2.60Ghz
- Cores: 28 …
-
We currently test in Travis against Python versions 3.7 and 3.8. The current "latest" version is 3.9, which was released in October 2020. It's now mature and all our dependencies are available on Py…
jpn-- updated
3 years ago