ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

BUG: encoding lists can be very long (40 items) for some subjects #16

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

this may have to do with the data that we pass to pyro, or some strange bug inside the pyro code. I think its likely the former

andrewheusser commented 7 years ago

this is probably an issue with the input data, not pyrec so im closing this and will reopen if it rears its head again

jeremymanning commented 7 years ago

we should understand this-- @KirstensGitHub can you provide info for replicating this issue?

andrewheusser commented 7 years ago

reopening this because I discovered what the problem is...for a few subjects, test data was getting mixed into the real data. this may have occured when testing happened immediately before running a subject, and psiturk was not restarted. i'm going to filter out the test data and see if this fixes the bug. note, this is not an issue with pyrec, but with the data being passed to pyrec - but ill close this when i fix it

andrewheusser commented 7 years ago

this has been resolved