I'm almost done programming an experiment in PsychoPy. Unfortunately, an earlier problem resurfaced recently. I have an inner loop that is in charge of running one part of the experiment before kicking out to the outer loop. The inner loop is lagging. I have included two screenshots--One of the "counter" routine (with the code component included) and one of the "trial" routine. Note the relevant sections of the flow shown.
After 5 iterations through the outer loop (which runs through 10 conditions), the inner loop begins to lag. The 1 second-long "Ready" routine becomes shorter and shorter as the "Fix" component of the "trial" routine sticks and lingers through the end of the routine. After several more trials, the "Ready" routine is entirely swallowed up, and the one-second "Question" routine starts to get eaten away.
At this point, I'm at a total loss as to why this is happening and how to solve it. The code component I added is simple and should not have an effect on the computer. The "trial" routine is not very complex either. The "X" and "O" components both pull their x,y coordinates from an excel sheet (attached). The programming of this experiment is almost complete, and this bug completely derails my ability to use it. If you have any thoughts or suggestions, please feel free to let me know. I have included the compiled script and the experiment as well as a couple of the excel files being used.
Thank you,
-Ben
--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psychopy-user...@googlegroups.com.
To post to this group, send email to psychop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psychopy-users/8f21684f-7ea5-404c-b6a1-4c632df34b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<ImplicitReward.psyexp><ImplicitReward.py><Lists_10_days.xlsx><Trials_20_10.xlsx>
On 22/09/2015, at 12:47, Ben Cline <bec6...@bethel.edu> wrote:It appears that has done the trick. Thank you very much! Out of curiosity, do you know why saving an excel file caused such lag?
--
You received this message because you are subscribed to the Google Groups "psychopy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psychopy-user...@googlegroups.com.
To post to this group, send email to psychop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/psychopy-users/B3A8C7A1-2629-44FB-B2EC-E34B92DE5BF5%40nzbri.org.
For more options, visit https://groups.google.com/d/optout.
-- Jon Peirce http://www.peirce.org.uk
On 25/09/2015, at 03:37, Jon Peirce <jon.p...@gmail.com> wrote:Any strong objections to getting rid of it?