Closed uujfwmnp closed 6 months ago
Thank you for pointing this out! So, it looks like the correct penalties are getting captured, but they're getting associated with the wrong skaters on the right team? That's what I'm inferring from your second image.
Yep! The mixup only happened with skaters that had a single penalty, but it did not affect all of them.Message ID: <dhmay/jamstats/issues/177/2105941603 @github.com>
I think I fixed it. The problem was that I was literally just sorting the skater data (name, jams... everything but penalties) by how many penalties they had. No surprise that caused this bug!
I believe I've fixed the problem. Are you on Windows, @uujfwmnp ? If so, could you please try downloading this zipped .exe file, running JamStats from that, and see if it looks fixed to you?
That did the trick, thank you! The skater data sorting actually did affect more skaters than I realized once I did side-by-side comparisons. I think we can close this ticket. :)
Great! Fixing in 1.4.12.
Describe the bug Some players have the wrong penalty listed in the output of Jamstats
To Reproduce Add a number of players with various single game penalties in CRG, run the CRG JSON stats through Jamstats (web or PDF)
Expected behavior Correct player penalties shown
Screenshots
Additional context I was back-filling penalties into a completed game, the data was not being entered into a live match.