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

Add min_time_exceeded flag to the AAT solver results #196

Merged
merged 3 commits into from
Jul 26, 2019

Conversation

kerel-fs
Copy link
Contributor

  • AAT: Show min_time_exceeded flag in the ranking
    Example: (display speed DSpeed and marking speed MSpeed shown separately in this image (this branch only shows the marking speed in the end)
    image
    Flights which didn't reach the AAT min time are flagged by a star in the time column.

  • scoring: Use marking speed calculated by the task solver, fixes Live scoring of AAT: AATmin time not taken into account #84

@dspreitz
Copy link
Contributor

Yeah! Thx.

Copy link
Owner

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

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

nice work! thanks!! 👏

do you want to build support for this into the ogn-web-viewer too?

@Turbo87
Copy link
Owner

Turbo87 commented Jun 22, 2019

I just noticed that the test suite is currently failing. Could you fix those failing test assertions so that we can merge the MR?

@kerel-fs kerel-fs changed the title AAT min time handling WIP: AAT min time handling Jun 24, 2019
kerel-fs added 3 commits July 5, 2019 01:23
The AAT task solver already respects the AAT min time when
calculating the marking speed. Thus we should use the speed result
produced by the solver, and not calculate it ourself in the
scoring function.

Fixes Turbo87#84.
@kerel-fs kerel-fs changed the title WIP: AAT min time handling AAT min time handling Jul 4, 2019
@Turbo87 Turbo87 merged commit f84e868 into Turbo87:master Jul 26, 2019
@Turbo87 Turbo87 changed the title AAT min time handling Add min_time_exceeded flag to the AAT solver results Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Live scoring of AAT: AATmin time not taken into account
3 participants