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

Weaponfires df incorrect #170

Closed pnxenopoulos closed 2 years ago

pnxenopoulos commented 2 years ago

In https://github.com/pnxenopoulos/awpy/blob/main/awpy/parser/demoparser.py#L311, code reads

demo_data["weaponFires"]["playerSteamID"] = demo_data["flashes"]["playerSteamID"].astype(pd.Int64Dtype())

but should obviously not be related to flashes

pnxenopoulos commented 2 years ago

Fixed in #173