-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: enhance reliability of receiving EDF files at the end of an experiment #9
Conversation
…ew Experiment config filename
Apparently the PsychoPy plugin environment manager is quite general as shown here. But this generic formulation is notably a problem in this situation with a non-PyPI index for installing a dependency of the plugin. Perhaps you just have to use an if statement to handle this edge case! I'll leave that to the development team to decide how to handle... |
I think the solution is going to be us pestering the eyelink team to put their package on PyPi :P I've pulled this in - @mh105 would you mind checking with the latest |
In order for some of my commits to work correctly, I need the merge of this PR into the PsychoPy |
@TEParsons Just a gentle reminder to see if you could merge my other PR into PsychoPy |
I've tested them - didn't work initially but after psychopy/psychopy#6610 and #10, they work smoothly now 👍 |
This PR contains
dsfile
isNone
to open and download EDF files with the same naming convention as the rest of subject data files. If the saving folder does not exist, we alsomkdir
to make sure we do save the eye tracking data.sr-research-pylink
from their own PyPI server.