drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

split PsychoPy code into 2 code components #15

Closed drbenvincent closed 5 years ago

drbenvincent commented 5 years ago

At the moment the code I've put into PsychoPy is all just in one generic code component. This is ok and works, but it represents both a) core code relating to bad and will not change, and b) code relating to darc which will be much more frequently updated and adjusted.

So... split this into 2 code components