makes it so the number of simulations is automatically adjusted based on whether one is running in a notebook (NUM_SIMULATIONS = 200) or not, such as in GitHub Actions CI (NUM_SIMULATIONS = 30).
saves the resulting causal effect comparison plots from the simulation to their respective locations for article compilation and for ad hoc viewing,
adds the cross_bay variable to the Drive-Alone utility.
What
This PR fixes #184, #187, and #191.
It:
NUM_SIMULATIONS = 200
) or not, such as in GitHub Actions CI (NUM_SIMULATIONS = 30
).cross_bay
variable to the Drive-Alone utility.cc @bouzaghrane and @hassan-obeid for visibility.