WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-18-2014, 12:56 PM
armo armo is offline
Member
 
Join Date: Mar 2014
Posts: 21
DeprecationWarning when running a yield statement

Hello

I am working on this script where I run a task, wait for the user to give a mouse response and store the reaction time. Below is the task:

Code:
def example_trial():
    response = viz.Data()
    startTime = viz.tick()
    yield viztask.waitMouseDown( None, response )
    print 'response at: ', viz.tick() 
    reactionTime = response.time - startTime
    print reactionTime

but when it comes to the yield line it gives me this warning, and I can't figure out what it means and how to fix it

Code:
DeprecationWarning: "data" option will be removed in future versions, use "[data] = yield [condition]" instead
  yield viztask.waitMouseDown( None, response )
P.S. I have run the same code with a previous Vizard version and then I didn't get the warning
Reply With Quote
 

Tags
condition, data, deprecation, warning, yield

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unexpected Avatar lookAt() behavior when using yield statements chris2307 Vizard 2 12-17-2013 02:58 AM
connecting to SMI iViewX running a RED tracker pkhoosh Vizard 11 10-20-2011 04:17 PM
running experimental trials fivel_lab Vizard 3 03-18-2011 02:58 PM
exiting a yield statement starbug Vizard 2 01-12-2010 03:16 PM
Problems running R3 and R2.5 on the same computer cade_mccall Vizard 5 09-05-2006 11:26 AM


All times are GMT -7. The time now is 02:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC