Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 8, 2024
1 parent 8071068 commit 0e6919b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion activitysim/abm/models/location_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _location_sample(
logger.info(
f"SAMPLE_SIZE set to 0 for {trace_label} because disable_destination_sampling is set"
)

locals_d = {
"skims": skims,
"segment_size": segment_name,
Expand Down
1 change: 0 additions & 1 deletion activitysim/core/configuration/logit.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ class TourLocationComponentSettings(LocationComponentSettings, extra="forbid"):
Larch does not yet support sampling alternatives for estimation,
but this setting is still helpful for estimation mode runtime.
"""



class TourModeComponentSettings(TemplatedLogitComponentSettings, extra="forbid"):
Expand Down

0 comments on commit 0e6919b

Please sign in to comment.