activitysim
activitysim copied to clipboard
each model step should print something useful
trafficstars
some model steps such as auto ownership print a value_counts() upon completion. We should do this (and possibly require it) for each model step. We may want to move all these prints into the log file instead.
#397