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

Audits: store average player score as int #1725

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

avanwinkle
Copy link
Collaborator

This PR makes a simple change to the Auditor plugin that stores the average player score as an integer. This will round out floats which would be common (and irrelevant) when averaging large numbers, and makes display onscreen simpler without long strings of digits.

Just average

Copy link

sonarcloud bot commented Nov 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@avanwinkle avanwinkle merged commit cbf7d4f into missionpinball:dev Nov 21, 2023
15 checks passed
@avanwinkle avanwinkle deleted the audit-avg-score-int branch November 21, 2023 20:53
avanwinkle added a commit to avanwinkle/mpf that referenced this pull request Nov 21, 2023
…e-int

Audits: store average player score as int
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