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 PerCount features not receiving FeatureData from PerCount features. #47

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

Further work needed to determine whether it's the "send to" or "get from" side of the equation that's not working here (maybe its both).

Specifically, JobsAttempted isn't getting back JobActiveTime values. Need to review how exactly we're handling the percount stuff. It's possible I'm using names of feature instances, rather than names of the base features.

LswaN58 commented 1 year ago

Fix PerCount features not receiving FeatureData from PerCount features.

LswaN58 commented 1 year ago

Second-order features working generally, including sending from PerCount to PerCount, as of 739f4a8fa4cf47199ef80cfdea35bfeb14f7c01c I think the actual direct fix was earlier, but oh well.