-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #941 from cal-itp/find-stop-arrival-errors
Find stop arrival errors
- Loading branch information
Showing
6 changed files
with
206 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
2023-10-31 12:12:52.626 | INFO | __main__:<module>:99 - Analysis date: 2023-09-13 | ||
2023-10-31 12:14:03.894 | INFO | __main__:<module>:134 - set up df with nearest / subseq vp info: 0:01:11.267039 | ||
2023-10-31 12:14:57.365 | INFO | __main__:<module>:139 - interpolate stop arrival: 0:00:53.471494 | ||
2023-10-31 12:15:05.266 | INFO | __main__:<module>:145 - execution time: 0:02:12.638916 | ||
2023-10-31 18:10:00.239 | INFO | __main__:<module>:99 - Analysis date: 2023-09-13 | ||
2023-10-31 18:11:18.958 | INFO | __main__:<module>:134 - set up df with nearest / subseq vp info: 0:01:18.690602 | ||
2023-10-31 18:12:06.833 | INFO | __main__:<module>:139 - interpolate stop arrival: 0:00:47.874819 | ||
2023-10-31 18:12:14.756 | INFO | __main__:<module>:145 - execution time: 0:02:14.488207 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
2023-10-31 at 09:34:59 | INFO | Analysis date: 2023-09-13 | ||
2023-10-31 09:39:45.702 | INFO | __main__:<module>:261 - map partitions to transform vp: 0:04:46.103748 | ||
2023-10-31 at 09:39:45 | INFO | map partitions to transform vp: 0:04:46.103748 | ||
2023-10-31 09:39:46.981 | INFO | __main__:<module>:293 - map partitions to find nearest vp to stop: 0:00:01.279908 | ||
2023-10-31 at 09:39:46 | INFO | map partitions to find nearest vp to stop: 0:00:01.2799082023-10-31 09:46:23.878 | INFO | __main__:<module>:316 - Analysis date: 2023-09-13 | ||
2023-10-31 09:51:11.125 | INFO | __main__:find_nearest_vp_to_stop:261 - map partitions to transform vp: 0:04:47.246718 | ||
2023-10-31 09:51:11.894 | INFO | __main__:find_nearest_vp_to_stop:293 - map partitions to find nearest vp to stop: 0:00:00.768417 | ||
2023-10-31 09:57:34.934 | INFO | __main__:<module>:323 - execution time: 0:11:11.055258 | ||
2023-10-31 17:45:52.135 | INFO | __main__:<module>:332 - Analysis date: 2023-09-13 | ||
2023-10-31 17:51:23.974 | INFO | __main__:find_nearest_vp_to_stop:277 - map partitions to transform vp: 0:05:31.838490 | ||
2023-10-31 17:51:25.093 | INFO | __main__:find_nearest_vp_to_stop:309 - map partitions to find nearest vp to stop: 0:00:01.118975 | ||
2023-10-31 17:57:10.858 | INFO | __main__:<module>:337 - Analysis date: 2023-09-13 | ||
2023-10-31 18:03:30.506 | INFO | __main__:find_nearest_vp_to_stop:282 - map partitions to transform vp: 0:06:19.646465 | ||
2023-10-31 18:03:31.676 | INFO | __main__:find_nearest_vp_to_stop:314 - map partitions to find nearest vp to stop: 0:00:01.170538 | ||
2023-10-31 18:08:58.296 | INFO | __main__:<module>:344 - execution time: 0:11:47.436826 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.