![]() |
|
#3
|
|||
|
|||
To be clear, this is just a warning. Your existing code should still function properly. Deprecated functions are not removed until the next major version, so you have until Vizard 6 to update your code.
If you would like to simply disable the warnings, then add the following code to the beginning of your script. However, I would strongly recommend that you just update your code. Code:
import warnings warnings.filterwarnings("ignore", category=DeprecationWarning) |
Tags |
condition, data, deprecation, warning, yield |
|
|
![]() |
||||
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 |