scott bridwell

Results 7 issues of scott bridwell

So now, the aggregation queries identify the accessibility of a given location (node) by summarizing the properties of locations (other nodes) that can be reached from from the given location...

Type: enhancement

In our system, we often have to clear orca caches manually at the end of a given model step. For example, after running household location choice, we need to update...

This PR extends the existing [variable expressions framework](https://udst.github.io/orca/core.html#variable-expressions), to allow table to_frame() calls to be evaluated at the time of injection. This is intended to partially address https://github.com/UDST/orca/issues/15, with the...

When trying to write a dataframe with categorical columns to a HDF store, I get the following error: _Cannot store a category dtype in a HDF5 dataset that uses format="fixed"....

When running transition model, the resulting data frame loses the index name (I'm guessing because of the concat). Is this worth preserving? This would be a simple fix, but not...

Type: bug

Does anyone object to moving _models.utils.py_ into _utils.model_utils.py_ (or something similar)? I'm having an issue with circular dependencies because importing _models.utils_ seems to also import everything from the models directory.

One thing I'm noticing w/ the sim.model wrappers is it seems that models are being re-initialized for each year in the simulation. This seems undesirable since initialization is then being...