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 where Aqualab 2nd-order features only get one feature from session processors #50

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

Currently, when we retrieve features from SessionProcessors, we only get back SessionID. I believe JobActiveTime is still in use for Sessions, so we should really be getting that data back...

LswaN58 commented 1 year ago

2nd-order feature bugs: SessionProcessor returns just the SessionID, nothing else, right now.

LswaN58 commented 1 year ago

Not sure at all when this was actually finished, probably fixed in the course of work on loading 1st-order feats that are requested by 2nd-order feats, since that generally reworked a lot of stuff. The main "completed" commit from that work was 081de6e11489c57c59c2c4d1de4d3ff404c0fa1e.