Issue #287 adds data mode selection (by visit / by home) for pipeline simulations, which is similar in spirit to the dual output capturing of BasicSimulator. Two thoughts arise from this:
- It would be nice to unify the data mode handling between all of our systems. Should we retrofit BasicSimulator to follow the pipeline simulations method?
- Even so there may be cases where users want both modes (or multiple modes, generally). Can we make it so users can opt into multiple modes and just get multiple output objects as a result?
Issue #287 adds data mode selection (by visit / by home) for pipeline simulations, which is similar in spirit to the dual output capturing of BasicSimulator. Two thoughts arise from this: