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

Test switchovers with null batonid's #107

Closed
redfast00 opened this issue Mar 8, 2023 · 0 comments · Fixed by #120
Closed

Test switchovers with null batonid's #107

redfast00 opened this issue Mar 8, 2023 · 0 comments · Fixed by #120
Assignees

Comments

@redfast00
Copy link
Member

At the moment, there are two occasions when we'd like to use a null batonid in a batonswitchover:

  • a null previousbatonid: this is useful at the start of the competition, so teams are only assigned the detections of the baton after the competition has started
  • a null newbatonid: this is useful at the end of the competition (or when a team stops running)

We used to do the previousbatonid null case by just having a fixed baton that isn't used and using that id. This works, but is ugly in the database. At the current 6urenloop, we used null, which worked for the HMM lapper, but not for RobustLapper (fixed now)

We still use a fixed newbatonid of a baton that is not in use for the end of the competition; we should test that a null id works for newbatonid to deassign a baton

@NuttyShrimp NuttyShrimp moved this to Todo in 12UL 23-24 Mar 24, 2024
@RunoBoy RunoBoy self-assigned this Mar 25, 2024
@RunoBoy RunoBoy moved this from Todo to In Progress in 12UL 23-24 Mar 25, 2024
@milachae milachae assigned milachae and unassigned RunoBoy Mar 28, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in 12UL 23-24 Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants