google-code-export / winpython

Automatically exported from code.google.com/p/winpython
2 stars 1 forks source link

DeprecationWarning: Operator '<<' is deprecated, use '<<=' instead #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.using spyder, numpy and scikit module
2.plotting surface plot from data using meshgrid

What is the expected output? What do you see instead?
Spyder runs my program but it sends this warning at the end of output

What version of the product are you using? On what operating system?
WinPython-64bit-3.3.2.3

Please provide any additional information below.

-the Error message is much longer but in every warning there is the above string

-i calculate predictions with the scikit tool from data and i make a 
surfaceplot with matplotlib

Original issue reported on code.google.com by queryfo...@gmail.com on 4 Dec 2013 at 8:19

Attachments: