Joe Flood
Joe Flood
The value of `_MAX_SEED` in random.py is currently set to the maximum 32-bit *unsigned* integer, but the default data type for `np.random.RandomState().randint()` is at 32-bit *signed* integer. This was causing...
If a coefficient referenced in a spec file isn't defined in the corresponding coefficient file, it runs though the entire model flow and only crashes when it gets to that...
I'm trying to run `prototype_mtc_extended` to see if I can reproduce an unexpected result we're getting in our vehicle allocation model, but that is crashing immediately due to some OD-pairs...
When running our ABM3 setup, it takes about 20 minutes to load our skims (which we do have a lot of) without Sharrow. However, when Sharrow is turned on (but...
I've tried running the `placeholder_sandag_2_zone_full` example with release 1.2.1 by following the directions given in the example manifest (I named the directory something different but that shouldn't matter), and got...
In order to get the latest ABM3 setup to run through while compiling Sharrow, I needed to skip it in a few steps. However, there are at least a couple...
I tried running our current ABM3 setup with Sharrow in production mode, but it crashed with the following error message: ``` Traceback (most recent call last): File "c:\abm_runs\jflo\abm3_sharrow_0419\activitysim\activitysim\core\mp_tasks.py", line 1098,...
**Describe the bug** I'm currently trying to upgrade ABM3 to work with the latest version of ActivitySim. While testing sandag-abm3-example I noticed that the Sharrow cache was being written to...
**Describe the bug** While upgrading ABM3 to work with v1.3.4 I've had some instances where ActivitySim freezes while creating the various threads in our [mp_households](https://github.com/SANDAG/ABM/blob/asim_13_no_sharrow_revert_revert/src/asim/configs/resident/settings_mp.yaml#L30) group of steps (which is...
**Describe the bug** Due to some permission issues I ran into while trying a `pip install -e .` command on a clone I tried to just install v1.3.2 from pip....