pnxenopoulos / awpy

Python library to parse, analyze and visualize Counter-Strike 2 data
http://www.awpycs.com
MIT License
383 stars 57 forks source link

Nonempty round with no stats of interest #67

Closed jeremieroche closed 2 years ago

jeremieroche commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

A non-warmup round that has no interesting events. Looks like a round after the match officially ended.

demo: https://www.hltv.org/matches/2346574/gambit-vs-g2-iem-katowice-2021 RoundNum: 29 demo: https://www.hltv.org/matches/2346518/mousesports-vs-complexity-iem-katowice-2021-play-in RoundNum: 38

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

pnxenopoulos commented 2 years ago

These rounds can now be removed using the .clean_rounds() method for the DemoParser class.