-
it is very misleading, confusing, and error prone that the Skims object `__getitem__` and `__setitem__` methods are NOT symmetrical.
`__setitem__(self, key, value)` adds a Skim object to the hash of …
-
As part of @e-lo 's review, one key missing component is the ability to outputs results. Right now ActivitySim starts, reads all its inputs, calculates a bunch of models, and exits. We'll build some…
-
this is a place holder for [task 7](https://github.com/UDST/activitysim/wiki/Phase-2-Scope-of-Work#task-7-nested-logit-choice-model-engine) nested logit comments, issues, discussion.
-
CDAP is supposed to only consider the interactions between up to 5 HH members and then apply some additional utility terms after that. We will review the MTC TM1 code and UECs and correct this. CDAP…
-
It may be best to amend the [documentation](https://udst.github.io/activitysim/) that @fscottfoti started writing last year.
-
DataFrame .describe() treats bool as categorical data in pandas>=0.18 and drops bool columns (unless returns include='all' is passed, in which case std is returned as Nan) so _check_for_variability in…
-
It would be very useful to have python logging with log levels, redirection, etc.
-
we're going to implement tracing in addition to logging (#87) since we need this feature to track down data and expression errors related to #81. What are the requirements for this functionality?
We…
-
In [3/25/2016 meeting notes](https://github.com/UDST/activitysim/wiki/Project-Meeting-%282016%5C03%5C25%29), @bstabler indicated he would begin writing the example section for ActivitySim. This is the…
-
The activitysim convention of prefixing expressions with an at sign to indicate that they should be evaluated with a python eval rather than pandas eval is a little bit inconvenient if you want to mai…