opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Fix bug with too many calls to ExtractFromFeatureData #48

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

Note: ping @hahashuo when this is fixed.

LswaN58 commented 1 year ago

Fix second-order feature bug where there's too many calls to ExtractFromFeatureData

LswaN58 commented 1 year ago

Definitely fixed as of 739f4a8fa4cf47199ef80cfdea35bfeb14f7c01c at least; current tests show appropriate number of calls. However, a new bug seems to exist when retrieving session-level FeatureData, which I'll open as a new bug.