Jeffrey Newman
Jeffrey Newman
We do have some basic code formatting enforced currently by pycodestyle, it's not like it's the wild west out here currently. I'm not fundamentally opposed to black instead, but suggesting...
I've discovered an issue with pre-commit that makes it unappealing for use on Windows when also using conda. https://github.com/pre-commit/pre-commit/issues/1329
Close in favor of #611
Your chunk training attempt failed due to a lack of RAM. There is no minimum number of processors required for ActivitySim (if you are patient). But you do need enough...
A configuration file switch that can disable trip-level processing for tours based on tour mode. So, you can shut off (skip) stop_frequency, trip_purpose, trip_destination, trip_scheduling, and trip_mode_choice for walk and...
> Could it replace/substitute python eval in some cases? Not that we couldn't do it more, but we're already using `pandas.eval` in several places, for example: - https://github.com/ActivitySim/activitysim/blob/bcdc7b63d4ff7bc2703810e226090c75c380bda4/activitysim/core/interaction_simulate.py#L146 - https://github.com/ActivitySim/activitysim/blob/bcdc7b63d4ff7bc2703810e226090c75c380bda4/activitysim/core/simulate.py#L443
> Bridgekeeper: "What is the airspeed velocity of an unladen ActivitySim?" > Developer: "What do you mean, a one zone or two zone ActivitySim?" > Bridgekeeper: "I don't know that!...
In response to a question from our [discussion today](https://github.com/ActivitySim/activitysim/wiki/Project-Meeting-2021.07.20): We are presently unable to use ASV to record machine characteristics other than those currently collected (cpu type, number of cores,...
I'm not clear why "access_dist_transit" is even here -- as best I can tell, no example implementation we have uses it, at least in the test system. The spec is...
@JoeJimFlood do you want to take a stab at writing a test to run in our continuous integration testing, that confirms this change works as expected? I envision one easy...