You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason and winner for the first round are missing, but they appear incorrectly in the second round instead.
I encountered this issue on all 3 maps from the Copenhagen Major's final.
Awesome library by the way, thanks for putting it together.
The text was updated successfully, but these errors were encountered:
Principle: first you delete empty values, and then duplicates (according to the total_rounds_played parameter), where you leave only the last value (if total_rounds_played = 1 more than 1 time, then you need to leave only the last one, since it is correctly relevant)
If something is unclear, then ask GPT to rewrite the code in js and figure it out
Hello, I was testing your example for finding clutches in a demo, and I bumped on the following issue:
Running
let round_ends = parseEvent(pathToDemo, 'round_end')
Returns
The reason and winner for the first round are missing, but they appear incorrectly in the second round instead.
I encountered this issue on all 3 maps from the Copenhagen Major's final.
Awesome library by the way, thanks for putting it together.
The text was updated successfully, but these errors were encountered: