Skip to content

Commit

Permalink
nmtf larch av arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 12, 2024
1 parent 6a3a332 commit 74212e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activitysim/estimation/larch/nonmand_tour_freq.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74212e4

Please sign in to comment.