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

median calculation correcton. #324

Merged
merged 1 commit into from
Dec 14, 2024
Merged

median calculation correcton. #324

merged 1 commit into from
Dec 14, 2024

Conversation

fsalemi
Copy link
Contributor

@fsalemi fsalemi commented Dec 14, 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
Contributor

@vevetron vevetron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

Copy link

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

@fsalemi fsalemi merged commit b3ea87b into main Dec 14, 2024
2 checks passed
@fsalemi fsalemi deleted the vp_median branch December 14, 2024 00:46
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.

Bug: Fix Incorrect Median VP Latency Graph in the Monthly Report Website
2 participants