Skip to content

Commit

Permalink
remove todo in aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michailidu authored and paulo308 committed Feb 1, 2024
1 parent d8852b5 commit f5d838e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruth/tools/globalview2aggregatedfcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def __repr__(self):
f"{self.segment_length};{self.max_speed};{self.current_speed}")


# TODO: update for new global view format
def timed_segment_to_record(dt, node_from, node_to, length, max_speed, aggregated_gv):
seg_id = f"OSM{node_from}T{node_to}"
seg = Segment(seg_id, length, max_speed)
Expand Down

0 comments on commit f5d838e

Please sign in to comment.