Andrew Kay
Andrew Kay
@dhensle There already [exists ](https://github.com/camsys/activitysim/blob/e345f9774e14d0eac7fe01b2e22aeca28c2b821f/activitysim/core/workflow/tracing.py#L39) a `RunID` hash that looks like it supposed to be used to [suffix trace files ](https://github.com/camsys/activitysim/blob/e345f9774e14d0eac7fe01b2e22aeca28c2b821f/activitysim/core/workflow/tracing.py#L254). Guessing that the issue is that when trying to...
It's definitely hashing the time, but my assumption would certainly be that something called a "RunID" _should_ be created once and be stable across subprocesses. In any case, sounds like...