Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing incorrect Median VP Latency Graph in the monthly report website #323

Closed
wants to merge 1 commit into from

Conversation

fsalemi
Copy link
Contributor

@fsalemi fsalemi commented Dec 13, 2024

Description

The median vehicle position latency displayed on the report website is showing incorrectly inflated numbers. This issue is caused by referencing the wrong table.

Current Table Used:
fct_daily_vehicle_positions_message_age_summary

Correct Table to Use:
fct_daily_vehicle_positions_latency_statistics

Proposed Fix:*
The table used to generate the monthly median vehicle position (VP) latency graph should be updated to the correct table: fct_daily_vehicle_positions_latency_statistics.
In this PR, I am correcting this issue.

Resolves # 322

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Copy link

Preview url: https://PR-323--cal-itp-reports.netlify.app

@fsalemi fsalemi closed this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant