We updated NumPy in our project virtual environment and now we get a ton of terminal spam in the form of:
python2.7/site-packages/chaco-4.5.0-py2.7-linux-x86_64.egg/chaco/axis.py:498:
DeprecationWarning: elementwise comparison failed; this will raise the
error in the future.
for tickpos in mapped_tick_positions]))
python2.7/site-packages/chaco-4.5.0-py2.7-linux-x86_64.egg/chaco/axis.py:499:
DeprecationWarning: elementwise comparison failed; this will raise the
error in the future.
self._tick_label_list = tick_list
We updated chaco to the newest stable and we still get the deprecation warnings.
We updated NumPy in our project virtual environment and now we get a ton of terminal spam in the form of:
We updated chaco to the newest stable and we still get the deprecation warnings.