Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 29, 2024
1 parent 486a4f3 commit 7f4c1e1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions activitysim/abm/models/disaggregate_accessibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,19 +174,6 @@ def read_disaggregate_accessibility_yaml(
model_settings = DisaggregateAccessibilitySettings.read_settings_file(
state.filesystem, file_name
)
# if not model_settings.get("suffixes"):
# model_settings["suffixes"] = {
# "SUFFIX": "proto_",
# "ROOTS": [
# "persons",
# "households",
# "tours",
# "persons_merged",
# "person_id",
# "household_id",
# "tour_id",
# ],
# }
# Convert decimal sample rate to integer sample size
for sample in ["ORIGIN_SAMPLE_SIZE", "DESTINATION_SAMPLE_SIZE"]:
size = getattr(model_settings, sample)
Expand Down

0 comments on commit 7f4c1e1

Please sign in to comment.