diff --git a/activitysim/estimation/larch/nonmand_tour_freq.py b/activitysim/estimation/larch/nonmand_tour_freq.py index ba911dd21..c0db830e2 100644 --- a/activitysim/estimation/larch/nonmand_tour_freq.py +++ b/activitysim/estimation/larch/nonmand_tour_freq.py @@ -279,8 +279,7 @@ def nonmand_tour_freq_model( d = DataFrames( co=x_co, ca=x_ca, - av=True, - # av=~unavail(segment_model, x_ca), + av=~unavail(segment_model, x_ca), ) m[segment_name].dataservice = d