Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Aug 17, 2023
1 parent fd49296 commit 49a20fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activitysim/estimation/larch/location_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,15 @@ def non_mandatory_tour_destination_model(**kwargs):
**kwargs,
)


def external_non_mandatory_destination_model(**kwargs):
unused = kwargs.pop("name", None)
return location_choice_model(
name="external_non_mandatory_destination",
**kwargs,
)


def trip_destination_model(**kwargs):
unused = kwargs.pop("name", None)
return location_choice_model(
Expand Down

0 comments on commit 49a20fb

Please sign in to comment.