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

Change 9f2 from rounding to truncation #1132

Open
Samuel-Baird opened this issue Jun 1, 2023 · 1 comment
Open

Change 9f2 from rounding to truncation #1132

Samuel-Baird opened this issue Jun 1, 2023 · 1 comment

Comments

@Samuel-Baird
Copy link

9f2 All timed results, averages, and means over 10 minutes, as well as all times for 3x3x3 Multi-Blind results, are measured and rounded to the nearest second (e.g. x.49 becomes x, x.50 becomes x+1).

Most stopwatches that I have seen used in competitions do not track centiseconds after 10 minutes but rather only track hours, minutes, and seconds. I think it could be argued that these stopwatches are illegal and shouldn’t be used but I believe changing this regulation to use truncation of centiseconds rather than rounding would be a reasonable enough change. The current rounding system already doesn’t fully value the accuracy of times (a .01 difference in times can be treated the same as a .99 difference in times) so I believe that this system wouldn’t affect too much in terms of accuracy. Having a result ~1 second faster than it actually took (ex. 11:00.99 vs 11:00.00) is fairly insignificant in the 10-minute to 1-hour range.

@ohexter
Copy link
Contributor

ohexter commented Jun 2, 2023

Agree. This change would make the regulations simpler and more consistent. I have also seen 9f2 misapplied in practice on multiple occasions and suspect this is widespread.

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

No branches or pull requests

2 participants