Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed May 15, 2024
1 parent b6eecdf commit aa02af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matsim/scenariogen/network/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def prepare_dataframe(df, model_type, target):

elif model_type == "intersection":
df = df[["target", "speed", "num_lanes", "num_to_links", "junction_inc_lanes", "num_conns", "num_response", "num_foes",
"is_secondary_or_higher", "num_left", "num_right", "num_straight", "dir_exclusive"]]
"is_primary_or_higher", "is_secondary_or_higher", "num_left", "num_right", "num_straight"]]

else:
raise ValueError("Illegal model type:" + model_type)
Expand Down

0 comments on commit aa02af4

Please sign in to comment.