Skip to content

Commit

Permalink
fix Nones to None typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 8, 2024
1 parent b955295 commit fe0c284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/core/configuration/logit.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class TourLocationComponentSettings(LocationComponentSettings, extra="forbid"):
annotate_tours: PreprocessorSettings | None = None

CHOOSER_FILTER_COLUMN_NAME: str | None = None
DEST_CHOICE_COLUMN_NAME: str | None = Nones
DEST_CHOICE_COLUMN_NAME: str | None = None
DEST_CHOICE_LOGSUM_COLUMN_NAME: str | None = None
"""Column name for logsum calculated across all sampled destinations."""
MODE_CHOICE_LOGSUM_COLUMN_NAME: str | None = None
Expand Down

0 comments on commit fe0c284

Please sign in to comment.